[llvm-commits] CVS: llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp

Chris Lattner lattner at cs.uiuc.edu
Mon Aug 16 14:55:13 PDT 2004



Changes in directory llvm/lib/CodeGen/ModuloScheduling:

ModuloScheduling.cpp updated: 1.24 -> 1.25
---
Log message:

Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/SparcV9


---
Diffs of the changes:  (+1 -2)

Index: llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp
diff -u llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp:1.24 llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp:1.25
--- llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp:1.24	Wed Aug  4 02:34:57 2004
+++ llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp	Mon Aug 16 16:55:02 2004
@@ -18,10 +18,8 @@
 #include "llvm/Instructions.h"
 #include "llvm/Function.h"
 #include "llvm/CodeGen/MachineFunction.h"
-#include "llvm/CodeGen/MachineCodeForInstruction.h"
 #include "llvm/CodeGen/Passes.h"
 #include "llvm/Support/CFG.h"
-#include "Support/Casting.h"
 #include "llvm/Target/TargetSchedInfo.h"
 #include "Support/Debug.h"
 #include "Support/GraphWriter.h"
@@ -31,6 +29,7 @@
 #include <sstream>
 #include <utility>
 #include <vector>
+#include "../../Target/SparcV9/MachineCodeForInstruction.h"
 #include "../../Target/SparcV9/SparcV9TmpInstr.h"
 #include "../../Target/SparcV9/SparcV9Internals.h"
 #include "../../Target/SparcV9/SparcV9RegisterInfo.h"






More information about the llvm-commits mailing list