[llvm-commits] CVS: llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Apr 7 15:56:02 PDT 2004
Changes in directory llvm/lib/Target/SparcV9/InstrSelection:
InstrSelection.cpp updated: 1.70 -> 1.71
---
Log message:
Don't include InstrSelectionSupport.h.
---
Diffs of the changes: (+0 -1)
Index: llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
diff -u llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp:1.70 llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp:1.71
--- llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp:1.70 Fri Mar 12 18:23:48 2004
+++ llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp Wed Apr 7 15:55:32 2004
@@ -21,7 +21,6 @@
#include "llvm/iOther.h"
#include "llvm/Pass.h"
#include "llvm/CodeGen/InstrForest.h"
-#include "llvm/CodeGen/InstrSelectionSupport.h"
#include "llvm/CodeGen/MachineCodeForInstruction.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/Target/TargetMachine.h"
More information about the llvm-commits
mailing list