Fix "no newline at end of file" warning from gcc.
authorJeffrey Yasskin <jyasskin@google.com>
Thu, 16 Jul 2009 23:58:14 +0000 (23:58 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Thu, 16 Jul 2009 23:58:14 +0000 (23:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76127 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/LLVMContext.cpp

index f7f8addbe80f3c1aa3b80c3758b2cea4ef05362a..4d847a7102fe6a20fd20a5f8d36a0cdb8d16efd0 100644 (file)
@@ -644,4 +644,4 @@ void LLVMContext::erase(MDString *M) {
 
 void LLVMContext::erase(MDNode *M) {
   pImpl->erase(M);
-}
\ No newline at end of file
+}