[llvm-commits] CVS: llvm/lib/Target/Sparc/RegAlloc/PhyRegAlloc.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Feb 24 13:46:01 PST 2004
Changes in directory llvm/lib/Target/Sparc/RegAlloc:
PhyRegAlloc.cpp updated: 1.137 -> 1.138
---
Log message:
FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/Sparc/RegAlloc/PhyRegAlloc.cpp
diff -u llvm/lib/Target/Sparc/RegAlloc/PhyRegAlloc.cpp:1.137 llvm/lib/Target/Sparc/RegAlloc/PhyRegAlloc.cpp:1.138
--- llvm/lib/Target/Sparc/RegAlloc/PhyRegAlloc.cpp:1.137 Fri Feb 13 19:18:33 2004
+++ llvm/lib/Target/Sparc/RegAlloc/PhyRegAlloc.cpp Tue Feb 24 13:45:45 2004
@@ -25,13 +25,13 @@
#include "PhyRegAlloc.h"
#include "RegAllocCommon.h"
#include "RegClass.h"
+#include "../LiveVar/FunctionLiveVarInfo.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/iOther.h"
#include "llvm/Module.h"
#include "llvm/Type.h"
#include "llvm/Analysis/LoopInfo.h"
-#include "llvm/CodeGen/FunctionLiveVarInfo.h"
#include "llvm/CodeGen/InstrSelection.h"
#include "llvm/CodeGen/MachineCodeForInstruction.h"
#include "llvm/CodeGen/MachineFunction.h"
More information about the llvm-commits
mailing list