[llvm-commits] CVS: llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp PhyRegAlloc.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 27 20:29:13 PST 2002
Changes in directory llvm/lib/CodeGen/RegAlloc:
LiveRangeInfo.cpp updated: 1.31 -> 1.32
PhyRegAlloc.cpp updated: 1.82 -> 1.83
---
Log message:
Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInstrInfo.h
---
Diffs of the changes:
Index: llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp
diff -u llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp:1.31 llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp:1.32
--- llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp:1.31 Sun Oct 27 20:01:37 2002
+++ llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp Sun Oct 27 20:28:38 2002
@@ -10,6 +10,7 @@
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/Target/TargetMachine.h"
+#include "llvm/Target/MachineInstrInfo.h"
#include "llvm/Function.h"
#include "Support/SetOperations.h"
using std::cerr;
Index: llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
diff -u llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp:1.82 llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp:1.83
--- llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp:1.82 Sun Oct 27 20:01:37 2002
+++ llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp Sun Oct 27 20:28:39 2002
@@ -14,6 +14,7 @@
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/MachineFrameInfo.h"
+#include "llvm/Target/MachineInstrInfo.h"
#include "llvm/Function.h"
#include "llvm/Type.h"
#include "llvm/iOther.h"
More information about the llvm-commits
mailing list