1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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 7f495fd2bd
commit 16fd5fb3e8

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