From ad3136fee4d350b6a094a217ee4f9b0ff0f8d093 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 29 Oct 2002 17:15:01 +0000 Subject: [PATCH] Remove old entrypoint git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4385 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/InstrScheduling.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/include/llvm/CodeGen/InstrScheduling.h b/include/llvm/CodeGen/InstrScheduling.h index d740f1892b5..e01dfe70c9b 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 -- 2.34.1