forked from OSchip/llvm-project
[InstCombine] Remove replacePointer (NFC)
The declaration was introduced on Feb 10, 2017 in commit
ba01ed00fe
without a corresponding
definition.
This commit is contained in:
parent
68de75ec55
commit
ddb002d7c7
|
@ -182,11 +182,6 @@ public:
|
||||||
bool replacedSelectWithOperand(SelectInst *SI, const ICmpInst *Icmp,
|
bool replacedSelectWithOperand(SelectInst *SI, const ICmpInst *Icmp,
|
||||||
const unsigned SIOpd);
|
const unsigned SIOpd);
|
||||||
|
|
||||||
/// Try to replace instruction \p I with value \p V which are pointers
|
|
||||||
/// in different address space.
|
|
||||||
/// \return true if successful.
|
|
||||||
bool replacePointer(Instruction &I, Value *V);
|
|
||||||
|
|
||||||
LoadInst *combineLoadToNewType(LoadInst &LI, Type *NewTy,
|
LoadInst *combineLoadToNewType(LoadInst &LI, Type *NewTy,
|
||||||
const Twine &Suffix = "");
|
const Twine &Suffix = "");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue