[llvm] r256820 - Remove extra whitespace. NFC.

Junmo Park via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 01:36:47 PST 2016


Author: flyingforyou
Date: Tue Jan  5 03:36:47 2016
New Revision: 256820

URL: http://llvm.org/viewvc/llvm-project?rev=256820&view=rev
Log:
Remove extra whitespace. NFC.


Modified:
    llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp

Modified: llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp?rev=256820&r1=256819&r2=256820&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp Tue Jan  5 03:36:47 2016
@@ -2426,7 +2426,7 @@ SDValue AArch64TargetLowering::LowerForm
 
       continue;
     }
-    
+
     if (VA.isRegLoc()) {
       // Arguments stored in registers.
       EVT RegVT = VA.getLocVT();
@@ -5074,7 +5074,7 @@ static bool isEXTMask(ArrayRef<int> M, E
 
   // The index of an EXT is the first element if it is not UNDEF.
   // Watch out for the beginning UNDEFs. The EXT index should be the expected
-  // value of the first element.  E.g. 
+  // value of the first element.  E.g.
   // <-1, -1, 3, ...> is treated as <1, 2, 3, ...>.
   // <-1, -1, 0, 1, ...> is treated as <2*NumElts-2, 2*NumElts-1, 0, 1, ...>.
   // ExpectedElt is the last mask index plus 1.




More information about the llvm-commits mailing list