From: Chris Lattner Date: Tue, 29 Oct 2002 16:49:44 +0000 (+0000) Subject: Remove forward decl X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9538cecf273fc6c8951b3f6bbbdef040fdbcf4df;p=oota-llvm.git Remove forward decl git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4376 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/RegAlloc/IGNode.h b/lib/CodeGen/RegAlloc/IGNode.h index edb178f5bc9..2b782436aad 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; //---------------------------------------------------------------------------- diff --git a/lib/Target/SparcV9/RegAlloc/IGNode.h b/lib/Target/SparcV9/RegAlloc/IGNode.h index edb178f5bc9..2b782436aad 100644 --- a/lib/Target/SparcV9/RegAlloc/IGNode.h +++ b/lib/Target/SparcV9/RegAlloc/IGNode.h @@ -26,7 +26,6 @@ #define IG_NODE_H #include "llvm/CodeGen/LiveRange.h" -class LiveRange; class RegClass; //----------------------------------------------------------------------------