Make tblgen more portable, allowing it to build with ICC.

Patch by Robert Zeh!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62750 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2009-01-22 05:10:16 +00:00
parent e50f34a8a7
commit 41b2340b74
+2 -2
View File
@@ -20,8 +20,8 @@
namespace llvm {
class Record;
class RecordVal;
class RecTy;
class Init;
struct RecTy;
struct Init;
struct MultiClass;
struct SubClassReference;