diff options
Diffstat (limited to 'contrib/llvm/utils/TableGen/SetTheory.h')
-rw-r--r-- | contrib/llvm/utils/TableGen/SetTheory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/utils/TableGen/SetTheory.h b/contrib/llvm/utils/TableGen/SetTheory.h index e37a76e..6e8313b 100644 --- a/contrib/llvm/utils/TableGen/SetTheory.h +++ b/contrib/llvm/utils/TableGen/SetTheory.h @@ -55,7 +55,7 @@ namespace llvm { class DagInit; -struct Init; +class Init; class Record; class RecordKeeper; |