From: Jeffrey Yasskin Date: Thu, 16 Jul 2009 23:58:14 +0000 (+0000) Subject: Fix "no newline at end of file" warning from gcc. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=28ebfcf7de02fdd8154b15b5f0d1f9b43dfc4a6f;p=oota-llvm.git 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 --- 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 +}