[llvm-commits] [llvm] r73156 - in /llvm/trunk: include/llvm/CodeGen/LazyLiveness.h lib/CodeGen/LazyLiveness.cpp

Sanjiv Gupta sanjiv.gupta at microchip.com
Tue Jun 9 20:42:14 PDT 2009


Author: sgupta
Date: Tue Jun  9 22:42:13 2009
New Revision: 73156

URL: http://llvm.org/viewvc/llvm-project?rev=73156&view=rev
Log:
Remove warnings:  no newline at end of file.

Modified:
    llvm/trunk/include/llvm/CodeGen/LazyLiveness.h
    llvm/trunk/lib/CodeGen/LazyLiveness.cpp

Modified: llvm/trunk/include/llvm/CodeGen/LazyLiveness.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LazyLiveness.h?rev=73156&r1=73155&r2=73156&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LazyLiveness.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LazyLiveness.h Tue Jun  9 22:42:13 2009
@@ -59,4 +59,5 @@
 
 }
 
-#endif
\ No newline at end of file
+#endif
+

Modified: llvm/trunk/lib/CodeGen/LazyLiveness.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/LazyLiveness.cpp?rev=73156&r1=73155&r2=73156&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/LazyLiveness.cpp (original)
+++ llvm/trunk/lib/CodeGen/LazyLiveness.cpp Tue Jun  9 22:42:13 2009
@@ -150,4 +150,5 @@
   }
   
   return false;
-}
\ No newline at end of file
+}
+





More information about the llvm-commits mailing list