From: Chris Lattner Date: Mon, 1 Sep 2003 20:00:08 +0000 (+0000) Subject: IGNode got moved to lib/CodeGen/RegAlloc X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bcc6dec741f8118da8459bc6ee76f1acf5a7e6ea;p=oota-llvm.git IGNode got moved to lib/CodeGen/RegAlloc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8294 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.