Add newlines at end of file (this can annoy gcov)
authorDaniel Dunbar <daniel@zuster.org>
Sat, 14 Mar 2009 01:53:05 +0000 (01:53 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 14 Mar 2009 01:53:05 +0000 (01:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67000 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/Spiller.cpp
lib/CodeGen/VirtRegMap.cpp

index 78daff64419b91fcca893c8f067e4881680daf44..066963e1714971dd045f56800d3c2c0ddd1e5d31 100644 (file)
@@ -1655,4 +1655,4 @@ llvm::Spiller* llvm::createSpiller() {
   case simple:
     return new SimpleSpiller();
   }
-}
\ No newline at end of file
+}
index 2c7037cfb45a1097857b1c5502a141dbe66e46e8..cb0f764343e2bb74d55b8bc240d451b0ae98d28d 100644 (file)
@@ -221,4 +221,4 @@ void VirtRegMap::print(std::ostream &OS, const Module* M) const {
 
 void VirtRegMap::dump() const {
   print(cerr);
-}
\ No newline at end of file
+}