]> granicus.if.org Git - llvm/commitdiff
Strip trailing whitespace. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 11 May 2017 10:03:05 +0000 (10:03 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 11 May 2017 10:03:05 +0000 (10:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302784 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/X86/X86ISelLowering.cpp

index ab1eaae164b75f25d5b6057a798d315946013236..0bf46d0724c2fa3e293613a24cdcd1034f59065b 100644 (file)
@@ -7621,7 +7621,7 @@ bool BuildVectorSDNode::isConstantSplat(APInt &SplatValue, APInt &SplatUndef,
     return false;
 
   // FIXME: The widths are based on this node's type, but build vectors can
-  // truncate their operands. 
+  // truncate their operands.
   SplatValue = APInt(VecWidth, 0);
   SplatUndef = APInt(VecWidth, 0);
 
index 3d14389eaedabb8effcd5cd11fbca2960628a9ed..9cac59b16d7707d9562422ff21f84eccb750345b 100644 (file)
@@ -26526,7 +26526,7 @@ X86TargetLowering::EmitInstrWithCustomInserter(MachineInstr &MI,
   case TargetOpcode::STACKMAP:
   case TargetOpcode::PATCHPOINT:
     return emitPatchPoint(MI, BB);
-    
+
   case TargetOpcode::PATCHABLE_EVENT_CALL:
     // Do nothing here, handle in xray instrumentation pass.
     return BB;