aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-03-14 01:53:05 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-03-14 01:53:05 +0000
commitcfbf05ef03806e6b11520b95eb33adda27241c47 (patch)
tree5a49d38b69567684cff735f69836bb2c417158de /lib
parent0b7a786842fd6601b99b1073e5393ebc928c1e6c (diff)
downloadexternal_llvm-cfbf05ef03806e6b11520b95eb33adda27241c47.zip
external_llvm-cfbf05ef03806e6b11520b95eb33adda27241c47.tar.gz
external_llvm-cfbf05ef03806e6b11520b95eb33adda27241c47.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')
-rw-r--r--lib/CodeGen/Spiller.cpp2
-rw-r--r--lib/CodeGen/VirtRegMap.cpp2
2 files changed, 2 insertions, 2 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
+}
diff --git a/lib/CodeGen/VirtRegMap.cpp b/lib/CodeGen/VirtRegMap.cpp
index 2c7037c..cb0f764 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
+}