diff options
author | Jeffrey Yasskin <jyasskin@google.com> | 2009-07-16 23:58:14 +0000 |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@google.com> | 2009-07-16 23:58:14 +0000 |
commit | 28ebfcf7de02fdd8154b15b5f0d1f9b43dfc4a6f (patch) | |
tree | 89ee2de006cd73ec3c693e9459f9f9b3d509435a /lib/VMCore/LLVMContext.cpp | |
parent | ce032b483ca96093b84f69178cdb2d047e124332 (diff) | |
download | external_llvm-28ebfcf7de02fdd8154b15b5f0d1f9b43dfc4a6f.zip external_llvm-28ebfcf7de02fdd8154b15b5f0d1f9b43dfc4a6f.tar.gz external_llvm-28ebfcf7de02fdd8154b15b5f0d1f9b43dfc4a6f.tar.bz2 |
Fix "no newline at end of file" warning from gcc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76127 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/LLVMContext.cpp')
-rw-r--r-- | lib/VMCore/LLVMContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/LLVMContext.cpp b/lib/VMCore/LLVMContext.cpp index f7f8add..4d847a7 100644 --- a/lib/VMCore/LLVMContext.cpp +++ b/lib/VMCore/LLVMContext.cpp @@ -644,4 +644,4 @@ void LLVMContext::erase(MDString *M) { void LLVMContext::erase(MDNode *M) { pImpl->erase(M); -}
\ No newline at end of file +} |