mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
blockfreq: Remove dead code
<rdar://problem/14292693> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207190 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
58aa607205
commit
7cb80111c3
@ -1367,7 +1367,6 @@ template <class BT> class BlockFrequencyInfoImpl : BlockFrequencyInfoImplBase {
|
||||
|
||||
void initializeRPOT();
|
||||
void initializeLoops();
|
||||
void runOnFunction(const FunctionT *F);
|
||||
|
||||
void propagateMassToSuccessors(LoopData *OuterLoop, const BlockNode &Node);
|
||||
void computeMassInLoops();
|
||||
|
Loading…
Reference in New Issue
Block a user