diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-03-14 01:53:05 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-03-14 01:53:05 +0000 |
| commit | f24f26c75a9a4a345dfcf38dfa5341e638c58863 (patch) | |
| tree | 1ea60c1bad109c5eed8de1f2420769000666a414 /llvm/lib | |
| parent | fcf7348f80a3026676a35086884177c2acf55aeb (diff) | |
| download | bcm5719-llvm-f24f26c75a9a4a345dfcf38dfa5341e638c58863.tar.gz bcm5719-llvm-f24f26c75a9a4a345dfcf38dfa5341e638c58863.zip | |
Add newlines at end of file (this can annoy gcov)
llvm-svn: 67000
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/Spiller.cpp | 2 | ||||
| -rw-r--r-- | llvm/lib/CodeGen/VirtRegMap.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/Spiller.cpp b/llvm/lib/CodeGen/Spiller.cpp index 78daff64419..066963e1714 100644 --- a/llvm/lib/CodeGen/Spiller.cpp +++ b/llvm/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/llvm/lib/CodeGen/VirtRegMap.cpp b/llvm/lib/CodeGen/VirtRegMap.cpp index 2c7037cfb45..cb0f764343e 100644 --- a/llvm/lib/CodeGen/VirtRegMap.cpp +++ b/llvm/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 +} |

