From f1ab45bdf5a23cbd6a896a014383b4f9aa203a37 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 1 Sep 2003 20:09:04 +0000 Subject: PhyRegAlloc.h got moved to lib/CodeGen/RegAlloc llvm-svn: 8296 --- llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/RegAlloc') diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp index 1792e449425..1e44e17fbda 100644 --- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp +++ b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp @@ -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" -- cgit v1.2.3