aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen
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
commita13000449e2327133c2124a0aa7538a9bb9385b0 (patch)
tree78948a275df8d3aa7938dbf62a86f42097d49a98 /llvm/lib/CodeGen
parent7ecc7af4bd065aa8233dc4181fd0c493536f3e10 (diff)
downloadllvm-a13000449e2327133c2124a0aa7538a9bb9385b0.zip
llvm-a13000449e2327133c2124a0aa7538a9bb9385b0.tar.gz
llvm-a13000449e2327133c2124a0aa7538a9bb9385b0.tar.bz2
Remove forward decl
llvm-svn: 4376
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/RegAlloc/IGNode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/IGNode.h b/llvm/lib/CodeGen/RegAlloc/IGNode.h
index edb178f..2b78243 100644
--- a/llvm/lib/CodeGen/RegAlloc/IGNode.h
+++ b/llvm/lib/CodeGen/RegAlloc/IGNode.h
@@ -26,7 +26,6 @@
#define IG_NODE_H
#include "llvm/CodeGen/LiveRange.h"
-class LiveRange;
class RegClass;
//----------------------------------------------------------------------------