[ConstantHoisting] Remove unused declaration optimizeConstants (NFC)

The function was renamed to runImpl on Jul 2, 2016 in commit
071d8306b0, but the old declaration has
remained since.
This commit is contained in:
Kazu Hirata 2020-12-05 16:22:12 -08:00
parent 8f076291be
commit 5121400e71
1 changed files with 0 additions and 1 deletions

View File

@ -198,7 +198,6 @@ private:
// constant GEP base.
bool emitBaseConstants(GlobalVariable *BaseGV);
void deleteDeadCastInst() const;
bool optimizeConstants(Function &Fn);
};
} // end namespace llvm