[llvm-commits] CVS: llvm/lib/CodeGen/MachineInstrAnnot.cpp
Chris Lattner
lattner at cs.uiuc.edu
Wed Jan 15 13:48:07 PST 2003
Changes in directory llvm/lib/CodeGen:
MachineInstrAnnot.cpp updated: 1.6 -> 1.7
---
Log message:
Prune #includes
---
Diffs of the changes:
Index: llvm/lib/CodeGen/MachineInstrAnnot.cpp
diff -u llvm/lib/CodeGen/MachineInstrAnnot.cpp:1.6 llvm/lib/CodeGen/MachineInstrAnnot.cpp:1.7
--- llvm/lib/CodeGen/MachineInstrAnnot.cpp:1.6 Thu Oct 31 09:34:48 2002
+++ llvm/lib/CodeGen/MachineInstrAnnot.cpp Wed Jan 15 13:47:12 2003
@@ -7,7 +7,6 @@
#include "llvm/CodeGen/MachineInstrAnnot.h"
#include "llvm/CodeGen/InstrSelection.h"
-#include "llvm/CodeGen/InstrSelectionSupport.h"
#include "llvm/CodeGen/MachineCodeForInstruction.h"
#include "llvm/iOther.h"
#include "llvm/Type.h"
More information about the llvm-commits
mailing list