Minor fixes: renamed target machine files; fold sched info into TargetMachine.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@603 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve
2001-09-18 12:41:43 +00:00
parent a578a6d054
commit 4bc86976bb
6 changed files with 35 additions and 34 deletions

View File

@@ -42,8 +42,8 @@ extern cl::Enum<SchedDebugLevel_t> SchedDebugLevel;
// are still in SSA form.
//---------------------------------------------------------------------------
bool ScheduleInstructionsWithSSA(Method* method, const TargetMachine &Target,
const MachineSchedInfo &schedInfo);
bool ScheduleInstructionsWithSSA(Method* method, const TargetMachine &Target);
//---------------------------------------------------------------------------
// Function: ScheduleInstructions