struct Init -> class Init.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 11 Jul 2011 20:23:13 +0000 (20:23 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 11 Jul 2011 20:23:13 +0000 (20:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134917 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/CodeGenDAGPatterns.h
utils/TableGen/Record.h
utils/TableGen/TGParser.h

index f517219ee7e81de8c6929612a8a52dc05fd965eb..6e1eb085c0ca8162e90739d6b8d692551b12cadc 100644 (file)
@@ -26,7 +26,7 @@
 
 namespace llvm {
   class Record;
-  struct Init;
+  class Init;
   class ListInit;
   class DagInit;
   class SDNodeInfo;
index 52b46eaa891f7379f050503bb036c7e39ce3c201..60e026ad2063e7b91482b635285fbe9e1fd1f893 100644 (file)
@@ -36,7 +36,7 @@ class DagRecTy;
 class RecordRecTy;
 
 // Init subclasses.
-struct Init;
+class Init;
 class UnsetInit;
 class BitInit;
 class BitsInit;
index 562c36173f1c38c35cfdac1fa55d6e433f039b56..82a8a8ceeca4e3353e7b1df8f61aa2372bb5b1c5 100644 (file)
@@ -25,7 +25,7 @@ namespace llvm {
   class RecordVal;
   class RecordKeeper;
   struct RecTy;
-  struct Init;
+  class Init;
   struct MultiClass;
   struct SubClassReference;
   struct SubMultiClassReference;