[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:
Kazu Hirata 2020-12-16 21:57:48 -08:00
parent 5501b92957
commit 4ad5b634f6
1 changed files with 0 additions and 3 deletions

View File

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