[llvm-commits] CVS: llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
Chris Lattner
lattner at cs.uiuc.edu
Tue Sep 30 15:15:07 PDT 2003
Changes in directory llvm/lib/CodeGen/RegAlloc:
PhyRegAlloc.cpp updated: 1.117 -> 1.118
---
Log message:
include passes.h which defines the interface this file exposes
---
Diffs of the changes:
Index: llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
diff -u llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp:1.117 llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp:1.118
--- llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp:1.117 Wed Sep 24 13:16:23 2003
+++ llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp Tue Sep 30 15:13:59 2003
@@ -17,22 +17,22 @@
#include "RegAllocCommon.h"
#include "RegClass.h"
#include "IGNode.h"
+#include "llvm/CodeGen/FunctionLiveVarInfo.h"
+#include "llvm/CodeGen/InstrSelection.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineInstrAnnot.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionInfo.h"
-#include "llvm/CodeGen/FunctionLiveVarInfo.h"
-#include "llvm/CodeGen/InstrSelection.h"
+#include "llvm/CodeGen/Passes.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Target/TargetInstrInfo.h"
-#include "llvm/Function.h"
#include "llvm/Type.h"
#include "llvm/iOther.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Constants.h"
-#include "llvm/Support/InstIterator.h"
#include "llvm/Module.h"
+#include "llvm/Support/InstIterator.h"
#include "Support/STLExtras.h"
#include "Support/SetOperations.h"
#include "Support/CommandLine.h"
More information about the llvm-commits
mailing list