[llvm-commits] CVS: llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 27 20:02:20 PST 2002
Changes in directory llvm/lib/CodeGen/InstrSched:
InstrScheduling.cpp updated: 1.45 -> 1.46
---
Log message:
(null)
---
Diffs of the changes:
Index: llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp
diff -u llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp:1.45 llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp:1.46
--- llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp:1.45 Sun Oct 27 19:41:17 2002
+++ llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp Sun Oct 27 20:01:37 2002
@@ -8,7 +8,6 @@
#include "SchedPriorities.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineCodeForInstruction.h"
-#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/Analysis/LiveVar/FunctionLiveVarInfo.h" // FIXME: Remove when modularized better
#include "llvm/Target/TargetMachine.h"
More information about the llvm-commits
mailing list