[llvm-commits] CVS: llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Aug 4 00:30:03 PDT 2004
Changes in directory llvm/lib/Target/SparcV9:
SparcV9RegInfo.cpp updated: 1.132 -> 1.133
---
Log message:
Include SparcV9TmpInstr.h instead of llvm/CodeGen/InstrSelection.h, to pick
up the definition of class TmpInstruction.
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp
diff -u llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp:1.132 llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp:1.133
--- llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp:1.132 Thu Jul 29 12:11:35 2004
+++ llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp Wed Aug 4 02:29:53 2004
@@ -14,7 +14,6 @@
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionInfo.h"
-#include "llvm/CodeGen/InstrSelection.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineCodeForInstruction.h"
#include "MachineInstrAnnot.h"
@@ -27,6 +26,7 @@
#include "SparcV9RegClassInfo.h"
#include "SparcV9RegInfo.h"
#include "SparcV9TargetMachine.h"
+#include "SparcV9TmpInstr.h"
#include <iostream>
namespace llvm {
More information about the llvm-commits
mailing list