Add newline at end of file.
authorDuncan Sands <baldrick@free.fr>
Wed, 22 Jul 2009 13:20:41 +0000 (13:20 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 22 Jul 2009 13:20:41 +0000 (13:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76736 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/LLVMContext.cpp

index 7194c2e15854e843487c508cd1575fa47f1feaae..c88ecba72bf0ebf19a6bfb0a5416f50f894951c9 100644 (file)
@@ -661,4 +661,4 @@ void LLVMContext::erase(ConstantArray *C) {
 Constant *LLVMContext::replaceUsesOfWithOnConstant(ConstantArray *CA,
                                                Value *From, Value *To, Use *U) {
   return pImpl->replaceUsesOfWithOnConstant(CA, From, To, U);
-}
\ No newline at end of file
+}