From 28ebfcf7de02fdd8154b15b5f0d1f9b43dfc4a6f Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Thu, 16 Jul 2009 23:58:14 +0000 Subject: [PATCH] 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 --- lib/VMCore/LLVMContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/VMCore/LLVMContext.cpp b/lib/VMCore/LLVMContext.cpp index f7f8addbe80..4d847a7102f 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 +}