[llvm-commits] [llvm] r160440 - /llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp

Andrew Trick atrick at apple.com
Wed Jul 18 11:34:25 PDT 2012


Author: atrick
Date: Wed Jul 18 13:34:24 2012
New Revision: 160440

URL: http://llvm.org/viewvc/llvm-project?rev=160440&view=rev
Log:
whitespace

Modified:
    llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp

Modified: llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp?rev=160440&r1=160439&r2=160440&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp Wed Jul 18 13:34:24 2012
@@ -6859,7 +6859,7 @@
     RSBBB->addSuccessor(SinkBB);
 
     // insert a cmp at the end of BB
-    AddDefaultPred(BuildMI(BB, dl, 
+    AddDefaultPred(BuildMI(BB, dl,
                            TII->get(isThumb2 ? ARM::t2CMPri : ARM::CMPri))
                    .addReg(ABSSrcReg).addImm(0));
 
@@ -7678,7 +7678,7 @@
   if (St->isVolatile())
     return SDValue();
 
-  // Optimize trunc store (of multiple scalars) to shuffle and store.  First, 
+  // Optimize trunc store (of multiple scalars) to shuffle and store.  First,
   // pack all of the elements in one place.  Next, store to memory in fewer
   // chunks.
   SDValue StVal = St->getValue();





More information about the llvm-commits mailing list