Changes in directory llvm/lib/Target/Alpha:

AlphaInstrInfo.cpp updated: 1.10 -> 1.11
---
Log message:

fix warning about missing newline at end of file


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

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


Index: llvm/lib/Target/Alpha/AlphaInstrInfo.cpp
diff -u llvm/lib/Target/Alpha/AlphaInstrInfo.cpp:1.10 
llvm/lib/Target/Alpha/AlphaInstrInfo.cpp:1.11
--- llvm/lib/Target/Alpha/AlphaInstrInfo.cpp:1.10       Tue Oct 24 11:41:36 2006
+++ llvm/lib/Target/Alpha/AlphaInstrInfo.cpp    Tue Oct 24 12:07:11 2006
@@ -89,4 +89,4 @@
   // Can only insert uncond branches so far.
   assert(Cond.empty() && !FBB && TBB && "Can only handle uncond branches!");
   BuildMI(&MBB, Alpha::BR, 1).addMBB(TBB);
-}
\ No newline at end of file
+}



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to