summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-29 17:15:01 +0000
committerChris Lattner <sabre@nondot.org>2002-10-29 17:15:01 +0000
commitad3136fee4d350b6a094a217ee4f9b0ff0f8d093 (patch)
treef2f1f22df9586bc6407c1c4722a71054e540b7c8 /include
parent898c72b4d8a1bf4ffed9e419b9e753ee69780111 (diff)
downloadllvm-ad3136fee4d350b6a094a217ee4f9b0ff0f8d093.tar.gz
llvm-ad3136fee4d350b6a094a217ee4f9b0ff0f8d093.tar.bz2
llvm-ad3136fee4d350b6a094a217ee4f9b0ff0f8d093.tar.xz
Remove old entrypoint
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4385 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/InstrScheduling.h13
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