[llvm-commits] CVS: llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
Chris Lattner
lattner at cs.uiuc.edu
Mon Oct 28 17:55:04 PST 2002
Changes in directory llvm/lib/CodeGen/InstrSelection:
InstrSelectionSupport.cpp updated: 1.38 -> 1.39
---
Log message:
MachineInstrInfo no longer #includes this header, so we must
---
Diffs of the changes:
Index: llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
diff -u llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp:1.38 llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp:1.39
--- llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp:1.38 Sun Oct 27 22:45:26 2002
+++ llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp Mon Oct 28 17:54:47 2002
@@ -17,7 +17,7 @@
#include "llvm/Target/MachineInstrInfo.h"
#include "llvm/Constants.h"
#include "llvm/Function.h"
-#include "llvm/Type.h"
+#include "llvm/DerivedTypes.h"
#include "llvm/iMemory.h"
using std::vector;
More information about the llvm-commits
mailing list