]> granicus.if.org Git - llvm/commitdiff
Remove trailing whitespace. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 20 Jul 2017 10:43:52 +0000 (10:43 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 20 Jul 2017 10:43:52 +0000 (10:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308601 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/DAGCombiner.cpp

index 99ece601f5687aedc3f62663eaf7e4221cf8e762..947b7070a1aeb5dae634c12e42c81d74ffecad16 100644 (file)
@@ -7791,7 +7791,7 @@ SDValue DAGCombiner::visitANY_EXTEND(SDNode *N) {
                       ISD::ANY_EXTEND);
       // If the load value is used only by N, replace it via CombineTo N.
       bool NoReplaceTrunc = N0.hasOneUse();
-      CombineTo(N, ExtLoad); 
+      CombineTo(N, ExtLoad);
       if (NoReplaceTrunc)
         DAG.ReplaceAllUsesOfValueWith(SDValue(LN0, 1), ExtLoad.getValue(1));
       else