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

Brian Gaeke gaeke at cs.uiuc.edu
Fri Apr 23 13:16:11 PDT 2004


Changes in directory llvm/lib/Target/SparcV9/InstrSelection:

InstrSelection.cpp updated: 1.71 -> 1.72
InstrSelectionSupport.cpp updated: 1.66 -> 1.67

---
Log message:

Include SparcV9RegInfo.h instead of TargetRegInfo.h.


---
Diffs of the changes:  (+2 -2)

Index: llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
diff -u llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp:1.71 llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp:1.72
--- llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp:1.71	Wed Apr  7 15:55:32 2004
+++ llvm/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp	Fri Apr 23 13:15:47 2004
@@ -24,7 +24,7 @@
 #include "llvm/CodeGen/MachineCodeForInstruction.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/Target/TargetMachine.h"
-#include "llvm/Target/TargetRegInfo.h"
+#include "../SparcV9RegInfo.h"
 #include "Support/CommandLine.h"
 #include "Support/LeakDetector.h"
 


Index: llvm/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp
diff -u llvm/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp:1.66 llvm/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp:1.67
--- llvm/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp:1.66	Wed Apr  7 15:38:56 2004
+++ llvm/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp	Fri Apr 23 13:15:47 2004
@@ -17,7 +17,7 @@
 #include "llvm/CodeGen/MachineCodeForInstruction.h"
 #include "llvm/CodeGen/InstrForest.h"
 #include "llvm/Target/TargetMachine.h"
-#include "llvm/Target/TargetRegInfo.h"
+#include "../SparcV9RegInfo.h"
 #include "llvm/Target/TargetInstrInfo.h"
 #include "llvm/Constants.h"
 #include "llvm/BasicBlock.h"





More information about the llvm-commits mailing list