mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Remove old entrypoint
llvm-svn: 4385
This commit is contained in:
parent
8feac53561
commit
b4ee80190b
@ -23,17 +23,4 @@ class TargetMachine;
|
||||
|
||||
Pass *createInstructionSchedulingWithSSAPass(const TargetMachine &Target);
|
||||
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
// Function: ScheduleInstructions
|
||||
//
|
||||
// Purpose:
|
||||
// Entry point for instruction scheduling on machine code.
|
||||
// Schedules the machine instructions generated by instruction selection.
|
||||
// Assumes that register allocation has been done.
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
// Not implemented yet.
|
||||
//bool ScheduleInstructions(Method *M, const TargetMachine &Target);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user