[llvm-commits] [llvm] r164898 - in /llvm/trunk: lib/Target/ARM/ARMBaseInstrInfo.h test/CodeGen/ARM/domain-conv-vmovs.ll

Bob Wilson bob.wilson at apple.com
Sat Sep 29 14:27:32 PDT 2012


Author: bwilson
Date: Sat Sep 29 16:27:31 2012
New Revision: 164898

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

Modified:
    llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.h
    llvm/trunk/test/CodeGen/ARM/domain-conv-vmovs.ll

Modified: llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.h?rev=164898&r1=164897&r2=164898&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.h (original)
+++ llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.h Sat Sep 29 16:27:31 2012
@@ -182,7 +182,7 @@
   virtual bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB,
                                          unsigned NumCycles,
                                          const BranchProbability
-                                           &Probability) const {
+                                         &Probability) const {
     return NumCycles == 1;
   }
 

Modified: llvm/trunk/test/CodeGen/ARM/domain-conv-vmovs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/domain-conv-vmovs.ll?rev=164898&r1=164897&r2=164898&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/domain-conv-vmovs.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/domain-conv-vmovs.ll Sat Sep 29 16:27:31 2012
@@ -79,8 +79,8 @@
   ; internal fault).
   call void @bar()
 ; CHECL: bl bar
-; CHECK: vext.32 
-; CHECK: vext.32 
+; CHECK: vext.32
+; CHECK: vext.32
   ret float %val
 }
 





More information about the llvm-commits mailing list