Make tblgen more portable, allowing it to build with ICC.
authorChris Lattner <sabre@nondot.org>
Thu, 22 Jan 2009 05:10:16 +0000 (05:10 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 Jan 2009 05:10:16 +0000 (05:10 +0000)
Patch by Robert Zeh!

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

utils/TableGen/TGParser.h

index a5435afacf29ad9f99d3c3422380f3d0265a32df..fd33aec0fb321985c395c0c6cde0167bbf397602 100644 (file)
@@ -20,8 +20,8 @@
 namespace llvm {
   class Record;
   class RecordVal;
-  class RecTy;
-  class Init;
+  struct RecTy;
+  struct Init;
   struct MultiClass;
   struct SubClassReference;