OSDN Git Service

Change forward declaration of MultiClass to use the "struct" keyword instead
authorBob Wilson <bob.wilson@apple.com>
Thu, 30 Apr 2009 17:35:11 +0000 (17:35 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 30 Apr 2009 17:35:11 +0000 (17:35 +0000)
of "class", so that it matches the subsequent definition.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70498 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/Record.h

index 615eceb..f76de7d 100644 (file)
@@ -53,7 +53,7 @@ class VarListElementInit;
 // Other classes.
 class Record;
 class RecordVal;
-class MultiClass;
+struct MultiClass;
 
 //===----------------------------------------------------------------------===//
 //  Type Classes