diff options
author | Duncan Sands <baldrick@free.fr> | 2009-07-22 13:20:41 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2009-07-22 13:20:41 +0000 |
commit | a92669737372dc4374e8e8e3397bdf3fcc799c51 (patch) | |
tree | 989aaea409e295e88c2a86b1ea2487545bad9fc9 /lib/VMCore/LLVMContext.cpp | |
parent | 5550f62778e67ea478b57eaa5df8d38cc3e0bac3 (diff) |
Add newline at end of file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76736 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/LLVMContext.cpp')
-rw-r--r-- | lib/VMCore/LLVMContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/LLVMContext.cpp b/lib/VMCore/LLVMContext.cpp index 7194c2e158..c88ecba72b 100644 --- a/lib/VMCore/LLVMContext.cpp +++ b/lib/VMCore/LLVMContext.cpp @@ -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 +} |