[llvm-commits] CVS: llvm/lib/Target/ARM/ARMInstrInfo.cpp

Rafael Espindola rafael.espindola at gmail.com
Tue Oct 24 10:07:27 PDT 2006



Changes in directory llvm/lib/Target/ARM:

ARMInstrInfo.cpp updated: 1.8 -> 1.9
---
Log message:

fix warning about missing newline at end of file


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

 ARMInstrInfo.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/ARM/ARMInstrInfo.cpp
diff -u llvm/lib/Target/ARM/ARMInstrInfo.cpp:1.8 llvm/lib/Target/ARM/ARMInstrInfo.cpp:1.9
--- llvm/lib/Target/ARM/ARMInstrInfo.cpp:1.8	Tue Oct 24 11:47:57 2006
+++ llvm/lib/Target/ARM/ARMInstrInfo.cpp	Tue Oct 24 12:07:11 2006
@@ -55,4 +55,4 @@
   // Can only insert uncond branches so far.
   assert(Cond.empty() && !FBB && TBB && "Can only handle uncond branches!");
   BuildMI(&MBB, ARM::b, 1).addMBB(TBB);
-}
\ No newline at end of file
+}






More information about the llvm-commits mailing list