Changes in directory llvm/lib/Target/Sparc:

SparcInstrInfo.cpp updated: 1.14 -> 1.15
---
Log message:

fix warning about missing newline at end of file


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

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


Index: llvm/lib/Target/Sparc/SparcInstrInfo.cpp
diff -u llvm/lib/Target/Sparc/SparcInstrInfo.cpp:1.14 
llvm/lib/Target/Sparc/SparcInstrInfo.cpp:1.15
--- llvm/lib/Target/Sparc/SparcInstrInfo.cpp:1.14       Tue Oct 24 11:39:19 2006
+++ llvm/lib/Target/Sparc/SparcInstrInfo.cpp    Tue Oct 24 12:07:11 2006
@@ -103,4 +103,4 @@
   // Can only insert uncond branches so far.
   assert(Cond.empty() && !FBB && TBB && "Can only handle uncond branches!");
   BuildMI(&MBB, SP::BA, 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