[llvm-commits] CVS: llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp SparcV9InstrSelection.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Feb 29 13:14:25 PST 2004
Changes in directory llvm/lib/Target/SparcV9:
SparcV9RegInfo.cpp updated: 1.120 -> 1.121
SparcV9InstrSelection.cpp updated: 1.135 -> 1.136
---
Log message:
Move the private MachineInstrAnnot.h into a private directory.
---
Diffs of the changes: (+2 -2)
Index: llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp
diff -u llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp:1.120 llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp:1.121
--- llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp:1.120 Wed Feb 25 12:44:15 2004
+++ llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp Sun Feb 29 13:12:48 2004
@@ -17,7 +17,7 @@
#include "llvm/CodeGen/InstrSelection.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineCodeForInstruction.h"
-#include "llvm/CodeGen/MachineInstrAnnot.h"
+#include "MachineInstrAnnot.h"
#include "RegAlloc/LiveRangeInfo.h"
#include "RegAlloc/LiveRange.h"
#include "llvm/DerivedTypes.h"
Index: llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp
diff -u llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp:1.135 llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp:1.136
--- llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp:1.135 Sat Feb 28 23:57:59 2004
+++ llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp Sun Feb 29 13:12:48 2004
@@ -23,7 +23,7 @@
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionInfo.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
-#include "llvm/CodeGen/MachineInstrAnnot.h"
+#include "MachineInstrAnnot.h"
#include "SparcV9InstrSelectionSupport.h"
#include "SparcV9Internals.h"
#include "SparcV9RegClassInfo.h"
More information about the llvm-commits
mailing list