commit | 062853552ef55f7f4bf1df2c6cb2ddc435a8b81b | [log] [tgz] |
---|---|---|
author | Jeffrey Yasskin <jyasskin@google.com> | Thu Jul 16 23:58:14 2009 +0000 |
committer | Jeffrey Yasskin <jyasskin@google.com> | Thu Jul 16 23:58:14 2009 +0000 |
tree | 8487f343d0ecc4f06133660287a992afc85b4b0a | |
parent | 4118ddeeeda50e0f1767a255bee0a91b4f4e5885 [diff] [blame] |
Fix "no newline at end of file" warning from gcc. llvm-svn: 76127
diff --git a/llvm/lib/VMCore/LLVMContext.cpp b/llvm/lib/VMCore/LLVMContext.cpp index f7f8add..4d847a7 100644 --- a/llvm/lib/VMCore/LLVMContext.cpp +++ b/llvm/lib/VMCore/LLVMContext.cpp
@@ -644,4 +644,4 @@ void LLVMContext::erase(MDNode *M) { pImpl->erase(M); -} \ No newline at end of file +}