[llvm-commits] CVS: llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
Chris Lattner
lattner at cs.uiuc.edu
Thu Jul 29 10:06:55 PDT 2004
Changes in directory llvm/lib/CodeGen/InstrSched:
SchedGraph.cpp updated: 1.63 -> 1.64
---
Log message:
Fix #includes of i*.h => Instructions.h as per PR403: http://llvm.cs.uiuc.edu/PR403 :
http://llvm.cs.uiuc.edu/PR403: http://llvm.cs.uiuc.edu/PR403 .
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/CodeGen/InstrSched/SchedGraph.cpp
diff -u llvm/lib/CodeGen/InstrSched/SchedGraph.cpp:1.63 llvm/lib/CodeGen/InstrSched/SchedGraph.cpp:1.64
--- llvm/lib/CodeGen/InstrSched/SchedGraph.cpp:1.63 Wed Jul 14 21:40:04 2004
+++ llvm/lib/CodeGen/InstrSched/SchedGraph.cpp Thu Jul 29 12:06:44 2004
@@ -15,7 +15,7 @@
#include "SchedGraph.h"
#include "llvm/Function.h"
-#include "llvm/iOther.h"
+#include "llvm/Instructions.h"
#include "llvm/CodeGen/MachineCodeForInstruction.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/Target/TargetInstrInfo.h"
More information about the llvm-commits
mailing list