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

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 27 20:29:09 PST 2002


Changes in directory llvm/lib/CodeGen/InstrSelection:

InstrSelectionSupport.cpp updated: 1.36 -> 1.37

---
Log message:

Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInstrInfo.h


---
Diffs of the changes:

Index: llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
diff -u llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp:1.36 llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp:1.37
--- llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp:1.36	Sun Oct 27 18:27:19 2002
+++ llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp	Sun Oct 27 20:28:37 2002
@@ -14,6 +14,7 @@
 #include "llvm/CodeGen/InstrForest.h"
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Target/MachineRegInfo.h"
+#include "llvm/Target/MachineInstrInfo.h"
 #include "llvm/Constants.h"
 #include "llvm/Function.h"
 #include "llvm/Type.h"





More information about the llvm-commits mailing list