From bcc6dec741f8118da8459bc6ee76f1acf5a7e6ea Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 1 Sep 2003 20:00:08 +0000 Subject: [PATCH] IGNode got moved to lib/CodeGen/RegAlloc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8294 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SparcV9/SparcV9RegClassInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/SparcV9/SparcV9RegClassInfo.cpp b/lib/Target/SparcV9/SparcV9RegClassInfo.cpp index 6050cf069d8..75626e4a7b9 100644 --- a/lib/Target/SparcV9/SparcV9RegClassInfo.cpp +++ b/lib/Target/SparcV9/SparcV9RegClassInfo.cpp @@ -8,7 +8,7 @@ #include "SparcInternals.h" #include "llvm/Type.h" #include "../../CodeGen/RegAlloc/RegAllocCommon.h" // FIXME! -#include "llvm/CodeGen/IGNode.h" +#include "../../CodeGen/RegAlloc/IGNode.h" // FIXME! //----------------------------------------------------------------------------- // Int Register Class - method for coloring a node in the interference graph. -- 2.34.1