Add newlines at end of file (this can annoy gcov)

llvm-svn: 67000
diff --git a/llvm/lib/CodeGen/Spiller.cpp b/llvm/lib/CodeGen/Spiller.cpp
index 78daff6..066963e 100644
--- a/llvm/lib/CodeGen/Spiller.cpp
+++ b/llvm/lib/CodeGen/Spiller.cpp
@@ -1655,4 +1655,4 @@
   case simple:
     return new SimpleSpiller();
   }
-}
\ No newline at end of file
+}
diff --git a/llvm/lib/CodeGen/VirtRegMap.cpp b/llvm/lib/CodeGen/VirtRegMap.cpp
index 2c7037c..cb0f764 100644
--- a/llvm/lib/CodeGen/VirtRegMap.cpp
+++ b/llvm/lib/CodeGen/VirtRegMap.cpp
@@ -221,4 +221,4 @@
 
 void VirtRegMap::dump() const {
   print(cerr);
-}
\ No newline at end of file
+}