Add newline at end of file.

llvm-svn: 76736
This commit is contained in:
Duncan Sands 2009-07-22 13:20:41 +00:00
parent 4f7f19a7c0
commit c0647b31ee
1 changed files with 1 additions and 1 deletions

View 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);
}
}