[llvm-commits] [llvm] r165182 - /llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

Michael Liao michael.liao at intel.com
Wed Oct 3 16:43:52 PDT 2012


Author: hliao
Date: Wed Oct  3 18:43:52 2012
New Revision: 165182

URL: http://llvm.org/viewvc/llvm-project?rev=165182&view=rev
Log:
Clean up tailing whitespaces


Modified:
    llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp?rev=165182&r1=165181&r2=165182&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Wed Oct  3 18:43:52 2012
@@ -3541,7 +3541,7 @@
 
   if (!MatchEvenMask && !MatchOddMask)
     return SDValue();
-  
+
   SDValue UndefNode = DAG.getNode(ISD::UNDEF, dl, VT);
 
   SDValue Op0 = SVOp->getOperand(0);
@@ -6053,7 +6053,7 @@
   bool V1IsAllZero = ISD::isBuildVectorAllZeros(V1.getNode());
   bool V2IsAllZero = ISD::isBuildVectorAllZeros(V2.getNode());
 
-  // VPSHUFB may be generated if 
+  // VPSHUFB may be generated if
   // (1) one of input vector is undefined or zeroinitializer.
   // The mask value 0x80 puts 0 in the corresponding slot of the vector.
   // And (2) the mask indexes don't cross the 128-bit lane.





More information about the llvm-commits mailing list