mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 06:25:18 +00:00
Cleanup: DAG building is specific to either SD or MI scheduling. Not part of the target interface.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152174 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -549,11 +549,6 @@ namespace llvm {
|
||||
///
|
||||
void Run(MachineBasicBlock *bb, MachineBasicBlock::iterator insertPos);
|
||||
|
||||
/// BuildSchedGraph - Build SUnits and set up their Preds and Succs
|
||||
/// to form the scheduling dependency graph.
|
||||
///
|
||||
virtual void BuildSchedGraph(AliasAnalysis *AA) = 0;
|
||||
|
||||
/// ComputeLatency - Compute node latency.
|
||||
///
|
||||
virtual void ComputeLatency(SUnit *SU) = 0;
|
||||
|
Reference in New Issue
Block a user