forked from OSchip/llvm-project
parent
4f7f19a7c0
commit
c0647b31ee
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue