From: Daniel Dunbar Date: Sat, 14 Mar 2009 01:53:05 +0000 (+0000) Subject: Add newlines at end of file (this can annoy gcov) X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cfbf05ef03806e6b11520b95eb33adda27241c47;p=oota-llvm.git Add newlines at end of file (this can annoy gcov) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67000 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/Spiller.cpp b/lib/CodeGen/Spiller.cpp index 78daff64419..066963e1714 100644 --- a/lib/CodeGen/Spiller.cpp +++ b/lib/CodeGen/Spiller.cpp @@ -1655,4 +1655,4 @@ llvm::Spiller* llvm::createSpiller() { case simple: return new SimpleSpiller(); } -} \ No newline at end of file +} diff --git a/lib/CodeGen/VirtRegMap.cpp b/lib/CodeGen/VirtRegMap.cpp index 2c7037cfb45..cb0f764343e 100644 --- a/lib/CodeGen/VirtRegMap.cpp +++ b/lib/CodeGen/VirtRegMap.cpp @@ -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 +}