forked from OSchip/llvm-project
[GCN] Remove unused function handleNewInstruction (NFC)
The function was added without a user on Dec 22, 2016 in commit
7e274e02ae
. It seems to be unused since
then.
This commit is contained in:
parent
5501b92957
commit
4ad5b634f6
|
@ -801,9 +801,6 @@ private:
|
|||
Value *findPHIOfOpsLeader(const Expression *, const Instruction *,
|
||||
const BasicBlock *) const;
|
||||
|
||||
// New instruction creation.
|
||||
void handleNewInstruction(Instruction *) {}
|
||||
|
||||
// Various instruction touch utilities
|
||||
template <typename Map, typename KeyType, typename Func>
|
||||
void for_each_found(Map &, const KeyType &, Func);
|
||||
|
|
Loading…
Reference in New Issue