]> granicus.if.org Git - llvm/commitdiff
[DAGCombiner] Remove non-ascii character and reflow comment.
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 1 Mar 2017 22:10:43 +0000 (22:10 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 1 Mar 2017 22:10:43 +0000 (22:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296690 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/DAGCombiner.cpp

index 9b467d20e55fdac0f281b55d658e4a44e31f6633..1e902bac94d1ba36e5a2102c47f0df0d0eff4373 100644 (file)
@@ -12622,11 +12622,10 @@ SDValue DAGCombiner::visitSTORE(SDNode *N) {
             Value,
             APInt::getLowBitsSet(Value.getScalarValueSizeInBits(),
                                  ST->getMemoryVT().getScalarSizeInBits()))) {
-      // Re-visit the store if anything changed and the store hasn't
-      // been merged with another node (N is deleted)\18;
-      // SimplifyDemandedBits will add Value's node back to the
-      // worklist if necessary, but we also need to re-visit the Store
-      // node itself.
+      // Re-visit the store if anything changed and the store hasn't been merged
+      // with another node (N is deleted) SimplifyDemandedBits will add Value's
+      // node back to the worklist if necessary, but we also need to re-visit
+      // the Store node itself.
       if (N->getOpcode() != ISD::DELETED_NODE)
         AddToWorklist(N);
       return SDValue(N, 0);