Changes in directory llvm/lib/Target/ARM:

ARMInstrInfo.cpp updated: 1.19 -> 1.20
ARMRegisterInfo.cpp updated: 1.85 -> 1.86
---
Log message:

Removed tabs everywhere except autogenerated & external files. Add make 
target for tabs checking.


---
Diffs of the changes:  (+3 -3)

 ARMInstrInfo.cpp    |    4 ++--
 ARMRegisterInfo.cpp |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/lib/Target/ARM/ARMInstrInfo.cpp
diff -u llvm/lib/Target/ARM/ARMInstrInfo.cpp:1.19 
llvm/lib/Target/ARM/ARMInstrInfo.cpp:1.20
--- llvm/lib/Target/ARM/ARMInstrInfo.cpp:1.19   Tue Apr  3 01:44:25 2007
+++ llvm/lib/Target/ARM/ARMInstrInfo.cpp        Mon Apr 16 13:10:22 2007
@@ -53,8 +53,8 @@
   case ARM::MOVr:
   case ARM::tMOVr:
     assert(MI.getNumOperands() == 2 && MI.getOperand(0).isRegister() &&
-          MI.getOperand(1).isRegister() &&
-          "Invalid ARM MOV instruction");
+           MI.getOperand(1).isRegister() &&
+           "Invalid ARM MOV instruction");
     SrcReg = MI.getOperand(1).getReg();
     DstReg = MI.getOperand(0).getReg();
     return true;


Index: llvm/lib/Target/ARM/ARMRegisterInfo.cpp
diff -u llvm/lib/Target/ARM/ARMRegisterInfo.cpp:1.85 
llvm/lib/Target/ARM/ARMRegisterInfo.cpp:1.86
--- llvm/lib/Target/ARM/ARMRegisterInfo.cpp:1.85        Tue Apr  3 16:31:21 2007
+++ llvm/lib/Target/ARM/ARMRegisterInfo.cpp     Mon Apr 16 13:10:22 2007
@@ -1372,7 +1372,7 @@
 }
 
 void ARMRegisterInfo::emitEpilogue(MachineFunction &MF,
-                                  MachineBasicBlock &MBB) const {
+                                   MachineBasicBlock &MBB) const {
   MachineBasicBlock::iterator MBBI = prior(MBB.end());
   assert((MBBI->getOpcode() == ARM::BX_RET ||
           MBBI->getOpcode() == ARM::tBX_RET ||



_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to