summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/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
commiteefb5654495c76aae0a7036cead44b369fcfff9b (patch)
tree092ccee01ace44acb4be0ff38843c4e6cfce0680 /llvm/lib/CodeGen/RegAlloc
parent641ac3ad3b003c46c8fd4f90bd07985a2fe390b8 (diff)
downloadbcm5719-llvm-eefb5654495c76aae0a7036cead44b369fcfff9b.tar.gz
bcm5719-llvm-eefb5654495c76aae0a7036cead44b369fcfff9b.zip
LiveRange.h is now in lib/CodeGen/RegAlloc
llvm-svn: 8299
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc')
-rw-r--r--llvm/lib/CodeGen/RegAlloc/IGNode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/IGNode.h b/llvm/lib/CodeGen/RegAlloc/IGNode.h
index 2b782436aad..dc3ae8a5051 100644
--- a/llvm/lib/CodeGen/RegAlloc/IGNode.h
+++ b/llvm/lib/CodeGen/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;
//----------------------------------------------------------------------------
OpenPOWER on IntegriCloud