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

Brian Gaeke gaeke at cs.uiuc.edu
Wed Aug 4 00:35:07 PDT 2004



Changes in directory llvm/lib/CodeGen/ModuloScheduling:

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

Include SparcV9TmpInstr.h to pick up the def. of TmpInstruction,
instead of InstrSelection.h, which is dead.


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

Index: llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp
diff -u llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp:1.23 llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp:1.24
--- llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp:1.23	Tue Aug  3 22:51:55 2004
+++ llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp	Wed Aug  4 02:34:57 2004
@@ -17,7 +17,6 @@
 #include "ModuloScheduling.h"
 #include "llvm/Instructions.h"
 #include "llvm/Function.h"
-#include "llvm/CodeGen/InstrSelection.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/CodeGen/MachineCodeForInstruction.h"
 #include "llvm/CodeGen/Passes.h"
@@ -32,6 +31,7 @@
 #include <sstream>
 #include <utility>
 #include <vector>
+#include "../../Target/SparcV9/SparcV9TmpInstr.h"
 #include "../../Target/SparcV9/SparcV9Internals.h"
 #include "../../Target/SparcV9/SparcV9RegisterInfo.h"
 using namespace llvm;






More information about the llvm-commits mailing list