aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAlloc/IGNode.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-29 16:49:44 +0000
committerChris Lattner <sabre@nondot.org>2002-10-29 16:49:44 +0000
commit9538cecf273fc6c8951b3f6bbbdef040fdbcf4df (patch)
tree63ab15837508b94070a47239c5d292e2590c3816 /lib/CodeGen/RegAlloc/IGNode.h
parent28760f4e77cd7d63859337c872df9e648faea062 (diff)
Remove forward decl
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4376 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAlloc/IGNode.h')
-rw-r--r--lib/CodeGen/RegAlloc/IGNode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAlloc/IGNode.h b/lib/CodeGen/RegAlloc/IGNode.h
index edb178f5bc..2b782436aa 100644
--- a/lib/CodeGen/RegAlloc/IGNode.h
+++ b/lib/CodeGen/RegAlloc/IGNode.h
@@ -26,7 +26,6 @@
#define IG_NODE_H
#include "llvm/CodeGen/LiveRange.h"
-class LiveRange;
class RegClass;
//----------------------------------------------------------------------------