mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-09 13:41:35 +00:00
Forgot forward declaration.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91732 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
43ea505fb0
commit
29b49fc6aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user