[llvm-commits] CVS: llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Apr 7 15:56:33 PDT 2004
Changes in directory llvm/lib/Target/SparcV9:
SparcV9InstrSelection.cpp updated: 1.138 -> 1.139
---
Log message:
Don't include InstrSelectionSupport.h.
---
Diffs of the changes: (+0 -1)
Index: llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp
diff -u llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp:1.138 llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp:1.139
--- llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp:1.138 Thu Mar 18 22:21:43 2004
+++ llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp Wed Apr 7 15:55:32 2004
@@ -18,7 +18,6 @@
#include "llvm/Module.h"
#include "llvm/CodeGen/InstrForest.h"
#include "llvm/CodeGen/InstrSelection.h"
-#include "llvm/CodeGen/InstrSelectionSupport.h"
#include "llvm/CodeGen/MachineCodeForInstruction.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionInfo.h"
More information about the llvm-commits
mailing list