mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
[ConstantHoisting] Remove unused declaration optimizeConstants (NFC)
The function was renamed to runImpl on Jul 2, 2016 in commit 071d8306b0d9d1345c1da84ae3e1c1b231ffd29d, but the old declaration has remained since.
This commit is contained in:
parent
2255584563
commit
d0d687e606
@ -198,7 +198,6 @@ private:
|
||||
// constant GEP base.
|
||||
bool emitBaseConstants(GlobalVariable *BaseGV);
|
||||
void deleteDeadCastInst() const;
|
||||
bool optimizeConstants(Function &Fn);
|
||||
};
|
||||
|
||||
} // end namespace llvm
|
||||
|
Loading…
Reference in New Issue
Block a user