From 56d86254923a810b21cc50bc0d101c4ca2c751af Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Thu, 30 Apr 2009 17:35:11 +0000 Subject: [PATCH] Change forward declaration of MultiClass to use the "struct" keyword instead of "class", so that it matches the subsequent definition. llvm-svn: 70498 --- llvm/utils/TableGen/Record.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/utils/TableGen/Record.h b/llvm/utils/TableGen/Record.h index 615ecebecf8c..f76de7d4ef34 100644 --- a/llvm/utils/TableGen/Record.h +++ b/llvm/utils/TableGen/Record.h @@ -53,7 +53,7 @@ class VarListElementInit; // Other classes. class Record; class RecordVal; -class MultiClass; +struct MultiClass; //===----------------------------------------------------------------------===// // Type Classes