1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Change forward declaration of MultiClass to use the "struct" keyword instead

of "class", so that it matches the subsequent definition.

llvm-svn: 70498
This commit is contained in:
Bob Wilson 2009-04-30 17:35:11 +00:00
parent 1400b41bf1
commit dd9b184c19

View File

@ -53,7 +53,7 @@ class VarListElementInit;
// Other classes.
class Record;
class RecordVal;
class MultiClass;
struct MultiClass;
//===----------------------------------------------------------------------===//
// Type Classes