mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 20:32:19 +00:00
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167970 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
05ad7eb0c1
commit
984639b7a4
@ -133,19 +133,6 @@ bool PEI::runOnMachineFunction(MachineFunction &Fn) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
void PEI::getAnalysisUsage(AnalysisUsage &AU) const {
|
|
||||||
AU.setPreservesCFG();
|
|
||||||
if (ShrinkWrapping || ShrinkWrapFunc != "") {
|
|
||||||
AU.addRequired<MachineLoopInfo>();
|
|
||||||
AU.addRequired<MachineDominatorTree>();
|
|
||||||
}
|
|
||||||
AU.addPreserved<MachineLoopInfo>();
|
|
||||||
AU.addPreserved<MachineDominatorTree>();
|
|
||||||
MachineFunctionPass::getAnalysisUsage(AU);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/// calculateCallsInformation - Calculate the MaxCallFrameSize and AdjustsStack
|
/// calculateCallsInformation - Calculate the MaxCallFrameSize and AdjustsStack
|
||||||
/// variables for the function's frame information and eliminate call frame
|
/// variables for the function's frame information and eliminate call frame
|
||||||
/// pseudo instructions.
|
/// pseudo instructions.
|
||||||
|
Loading…
Reference in New Issue
Block a user