Make tblgen more portable, allowing it to build with ICC.
[oota-llvm.git] / utils / TableGen / TGParser.h
index 6ec0415a57a61d3d53fda0ec8d70100ce5de3486..fd33aec0fb321985c395c0c6cde0167bbf397602 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by Chris Lattner and is distributed under
-// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -20,8 +20,8 @@
 namespace llvm {
   class Record;
   class RecordVal;
-  class RecTy;
-  class Init;
+  struct RecTy;
+  struct Init;
   struct MultiClass;
   struct SubClassReference;