projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f09dd2
)
Change forward declaration of MultiClass to use the "struct" keyword instead
author
Bob Wilson
<bob.wilson@apple.com>
Thu, 30 Apr 2009 17:35:11 +0000
(17:35 +0000)
committer
Bob 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
patch
|
blob
|
history
diff --git
a/utils/TableGen/Record.h
b/utils/TableGen/Record.h
index 615ecebecf8c21094e4f6ade377ce9a662586035..f76de7d4ef34ef9adf657191c46d3ef89e8474f6 100644
(file)
--- a/
utils/TableGen/Record.h
+++ b/
utils/TableGen/Record.h
@@
-53,7
+53,7
@@
class VarListElementInit;
// Other classes.
class Record;
class RecordVal;
-
class
MultiClass;
+
struct
MultiClass;
//===----------------------------------------------------------------------===//
// Type Classes