mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-24 08:33:39 +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…
x
Reference in New Issue
Block a user