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 | c863a614daecc1f092407143d8064a4c94680b6b (patch) | |
tree | 5a49d38b69567684cff735f69836bb2c417158de /lib/CodeGen/Spiller.cpp | |
parent | b9491a9aa3966c3be969284f4e92f4a087061505 (diff) | |
download | external_llvm-c863a614daecc1f092407143d8064a4c94680b6b.zip external_llvm-c863a614daecc1f092407143d8064a4c94680b6b.tar.gz external_llvm-c863a614daecc1f092407143d8064a4c94680b6b.tar.bz2 |
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
Diffstat (limited to 'lib/CodeGen/Spiller.cpp')
-rw-r--r-- | lib/CodeGen/Spiller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/Spiller.cpp b/lib/CodeGen/Spiller.cpp index 78daff6..066963e 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 +} |