PhyRegAlloc.h got moved to lib/CodeGen/RegAlloc
authorChris Lattner <sabre@nondot.org>
Mon, 1 Sep 2003 20:09:04 +0000 (20:09 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 1 Sep 2003 20:09:04 +0000 (20:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8296 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp

index 1792e4494252dd2fbe6544cf6cc0d40844f37c91..1e44e17fbdae908fbfce6bf9d3be866bb032c2bb 100644 (file)
@@ -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"
index 1792e4494252dd2fbe6544cf6cc0d40844f37c91..1e44e17fbdae908fbfce6bf9d3be866bb032c2bb 100644 (file)
@@ -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"