[llvm-commits] CVS: llvm/lib/Target/IA64/IA64InstrInfo.cpp

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



Changes in directory llvm/lib/Target/IA64:

IA64InstrInfo.cpp updated: 1.5 -> 1.6
---
Log message:

fix warning about missing newline at end of file


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

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


Index: llvm/lib/Target/IA64/IA64InstrInfo.cpp
diff -u llvm/lib/Target/IA64/IA64InstrInfo.cpp:1.5 llvm/lib/Target/IA64/IA64InstrInfo.cpp:1.6
--- llvm/lib/Target/IA64/IA64InstrInfo.cpp:1.5	Tue Oct 24 11:44:55 2006
+++ llvm/lib/Target/IA64/IA64InstrInfo.cpp	Tue Oct 24 12:07:11 2006
@@ -52,4 +52,4 @@
   // Can only insert uncond branches so far.
   assert(Cond.empty() && !FBB && TBB && "Can only handle uncond branches!");
   BuildMI(&MBB, IA64::BRL_NOTCALL, 1).addMBB(TBB);
-}
\ No newline at end of file
+}






More information about the llvm-commits mailing list