[llvm-commits] CVS: llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
Chris Lattner
lattner at cs.uiuc.edu
Mon Sep 1 15:10:02 PDT 2003
Changes in directory llvm/lib/CodeGen/RegAlloc:
PhyRegAlloc.cpp updated: 1.106 -> 1.107
---
Log message:
PhyRegAlloc.h got moved to lib/CodeGen/RegAlloc
---
Diffs of the changes:
Index: llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
diff -u llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp:1.106 llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp:1.107
--- llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp:1.106 Mon Sep 1 15:05:47 2003
+++ llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp Mon Sep 1 15:09:04 2003
@@ -5,10 +5,10 @@
//===----------------------------------------------------------------------===//
#include "llvm/CodeGen/RegisterAllocation.h"
+#include "PhyRegAlloc.h"
#include "RegAllocCommon.h"
#include "RegClass.h"
#include "IGNode.h"
-#include "llvm/CodeGen/PhyRegAlloc.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineInstrAnnot.h"
#include "llvm/CodeGen/MachineFunction.h"
More information about the llvm-commits
mailing list