Remove warnings: no newline at end of file.
authorSanjiv Gupta <sanjiv.gupta@microchip.com>
Wed, 10 Jun 2009 03:42:13 +0000 (03:42 +0000)
committerSanjiv Gupta <sanjiv.gupta@microchip.com>
Wed, 10 Jun 2009 03:42:13 +0000 (03:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73156 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/LazyLiveness.h
lib/CodeGen/LazyLiveness.cpp

index 702ba142c5db93d7c34b001f3e4f9255be7ae4c9..82e4a153d51d794fb11a7bdc7a045d80aec55ac4 100644 (file)
@@ -59,4 +59,5 @@ private:
 
 }
 
-#endif
\ No newline at end of file
+#endif
+
index 403e0c62f48553f5335a74e7995880b0001fca6f..3ccccd5f5cc6ef12bf669d882b423cb0f5495ab1 100644 (file)
@@ -150,4 +150,5 @@ bool LazyLiveness::vregLiveIntoMBB(unsigned vreg, MachineBasicBlock* MBB) {
   }
   
   return false;
-}
\ No newline at end of file
+}
+