diff options
author | Chris Lattner <sabre@nondot.org> | 2003-09-01 20:09:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-09-01 20:09:04 +0000 |
commit | f1ab45bdf5a23cbd6a896a014383b4f9aa203a37 (patch) | |
tree | 18d7463cdd55649d4d55c0983f1c2f4b4939c686 /llvm/lib/CodeGen/RegAlloc | |
parent | 7127065f24112c099269d8379802924402afde04 (diff) | |
download | bcm5719-llvm-f1ab45bdf5a23cbd6a896a014383b4f9aa203a37.tar.gz bcm5719-llvm-f1ab45bdf5a23cbd6a896a014383b4f9aa203a37.zip |
PhyRegAlloc.h got moved to lib/CodeGen/RegAlloc
llvm-svn: 8296
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc')
-rw-r--r-- | llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |