diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-29 16:49:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-29 16:49:44 +0000 |
commit | 9538cecf273fc6c8951b3f6bbbdef040fdbcf4df (patch) | |
tree | 63ab15837508b94070a47239c5d292e2590c3816 /lib/CodeGen/RegAlloc/IGNode.h | |
parent | 28760f4e77cd7d63859337c872df9e648faea062 (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.h | 1 |
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; //---------------------------------------------------------------------------- |