aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-01 20:00:08 +0000
committerChris Lattner <sabre@nondot.org>2003-09-01 20:00:08 +0000
commitbcc6dec741f8118da8459bc6ee76f1acf5a7e6ea (patch)
tree8ea47473747769447552b223834275588188188a
parentfdba393cc0af3c18950978536fadc6441522de0d (diff)
IGNode got moved to lib/CodeGen/RegAlloc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8294 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/SparcV9/SparcV9RegClassInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/SparcV9RegClassInfo.cpp b/lib/Target/SparcV9/SparcV9RegClassInfo.cpp
index 6050cf069d..75626e4a7b 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.