[InstCombine] Remove replacePointer (NFC)

The declaration was introduced on Feb 10, 2017 in commit
ba01ed00fe without a corresponding
definition.
This commit is contained in:
Kazu Hirata 2020-12-06 10:24:08 -08:00
parent 68de75ec55
commit ddb002d7c7
1 changed files with 0 additions and 5 deletions

View File

@ -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 = "");