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 | 062853552ef55f7f4bf1df2c6cb2ddc435a8b81b (patch) | |
tree | 8487f343d0ecc4f06133660287a992afc85b4b0a /llvm/lib/VMCore/LLVMContext.cpp | |
parent | 4118ddeeeda50e0f1767a255bee0a91b4f4e5885 (diff) | |
download | bcm5719-llvm-062853552ef55f7f4bf1df2c6cb2ddc435a8b81b.tar.gz bcm5719-llvm-062853552ef55f7f4bf1df2c6cb2ddc435a8b81b.zip |
Fix "no newline at end of file" warning from gcc.
llvm-svn: 76127
Diffstat (limited to 'llvm/lib/VMCore/LLVMContext.cpp')
-rw-r--r-- | llvm/lib/VMCore/LLVMContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/LLVMContext.cpp b/llvm/lib/VMCore/LLVMContext.cpp index f7f8addbe80..4d847a7102f 100644 --- a/llvm/lib/VMCore/LLVMContext.cpp +++ b/llvm/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 +} |