diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-29 17:15:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-29 17:15:01 +0000 |
commit | ad3136fee4d350b6a094a217ee4f9b0ff0f8d093 (patch) | |
tree | f2f1f22df9586bc6407c1c4722a71054e540b7c8 | |
parent | 898c72b4d8a1bf4ffed9e419b9e753ee69780111 (diff) |
Remove old entrypoint
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4385 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/InstrScheduling.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/llvm/CodeGen/InstrScheduling.h b/include/llvm/CodeGen/InstrScheduling.h index d740f1892b..e01dfe70c9 100644 --- a/include/llvm/CodeGen/InstrScheduling.h +++ b/include/llvm/CodeGen/InstrScheduling.h @@ -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 |