From: Bill Wendling Date: Sat, 19 Dec 2009 00:05:07 +0000 (+0000) Subject: Forgot forward declaration. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=29b49fc6aaafffa36f729088c02251251751e5dc;p=oota-llvm.git Forgot forward declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91732 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/SDNodeOrdering.h b/include/llvm/CodeGen/SDNodeOrdering.h index 07dd1a776f2..264753b6510 100644 --- a/include/llvm/CodeGen/SDNodeOrdering.h +++ b/include/llvm/CodeGen/SDNodeOrdering.h @@ -18,6 +18,8 @@ namespace llvm { +class SDNode; + /// SDNodeOrdering - Maps a unique (monotonically increasing) value to each /// SDNode that roughly corresponds to the ordering of the original LLVM /// instruction. This is used for turning off scheduling, because we'll forgo