diff options
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/Spiller.cpp | 2 | ||||
-rw-r--r-- | lib/CodeGen/VirtRegMap.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/Spiller.cpp b/lib/CodeGen/Spiller.cpp index 78daff6441..066963e171 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 2c7037cfb4..cb0f764343 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 +} |