[llvm-commits] CVS: llvm/include/llvm/CodeGen/InstrScheduling.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 29 11:16:01 PST 2002
Changes in directory llvm/include/llvm/CodeGen:
InstrScheduling.h updated: 1.9 -> 1.10
---
Log message:
Remove old entrypoint
---
Diffs of the changes:
Index: llvm/include/llvm/CodeGen/InstrScheduling.h
diff -u llvm/include/llvm/CodeGen/InstrScheduling.h:1.9 llvm/include/llvm/CodeGen/InstrScheduling.h:1.10
--- llvm/include/llvm/CodeGen/InstrScheduling.h:1.9 Sat Apr 27 01:49:02 2002
+++ llvm/include/llvm/CodeGen/InstrScheduling.h Tue Oct 29 11:15:01 2002
@@ -23,17 +23,4 @@
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
More information about the llvm-commits
mailing list