aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/RegAlloc
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-01 20:17:13 +0000
committerChris Lattner <sabre@nondot.org>2003-09-01 20:17:13 +0000
commit84681f1184af38d9f6c56024f0079b7075133a9f (patch)
tree933324c2506fa0ae577cace3d2c28ae1e155fdbc /lib/Target/SparcV9/RegAlloc
parent47c97513a8e064769758b688f106ebbd99bb765a (diff)
downloadexternal_llvm-84681f1184af38d9f6c56024f0079b7075133a9f.zip
external_llvm-84681f1184af38d9f6c56024f0079b7075133a9f.tar.gz
external_llvm-84681f1184af38d9f6c56024f0079b7075133a9f.tar.bz2
LiveRange.h is now in lib/CodeGen/RegAlloc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8299 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/RegAlloc')
-rw-r--r--lib/Target/SparcV9/RegAlloc/IGNode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/RegAlloc/IGNode.h b/lib/Target/SparcV9/RegAlloc/IGNode.h
index 2b78243..dc3ae8a 100644
--- a/lib/Target/SparcV9/RegAlloc/IGNode.h
+++ b/lib/Target/SparcV9/RegAlloc/IGNode.h
@@ -25,7 +25,7 @@
#ifndef IG_NODE_H
#define IG_NODE_H
-#include "llvm/CodeGen/LiveRange.h"
+#include "LiveRange.h"
class RegClass;
//----------------------------------------------------------------------------