[llvm-commits] CVS: llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Feb 29 13:13:02 PST 2004
Changes in directory llvm/lib/Target/SparcV9/RegAlloc:
PhyRegAlloc.cpp updated: 1.138 -> 1.139
---
Log message:
Move the private MachineInstrAnnot.h into a private directory.
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
diff -u llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp:1.138 llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp:1.139
--- llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp:1.138 Tue Feb 24 13:45:45 2004
+++ llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp Sun Feb 29 13:12:43 2004
@@ -38,7 +38,7 @@
#include "llvm/CodeGen/MachineFunctionInfo.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
-#include "llvm/CodeGen/MachineInstrAnnot.h"
+#include "../MachineInstrAnnot.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/Support/InstIterator.h"
#include "llvm/Target/TargetInstrInfo.h"
More information about the llvm-commits
mailing list