summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2011-07-11 18:59:29 +0000
committerDavid Greene <greened@obbligato.org>2011-07-11 18:59:29 +0000
commit1bb6e28ac22ce6273eb792c3dcc5c8e35e5cf58b (patch)
tree15ea61d69813b9ccd2a4dfb5ca8ab6ec5d98f6c2
parentd4a9066c93da9a5aab47ca228d82e796fdec70c0 (diff)
downloadllvm-1bb6e28ac22ce6273eb792c3dcc5c8e35e5cf58b.tar.gz
llvm-1bb6e28ac22ce6273eb792c3dcc5c8e35e5cf58b.tar.bz2
llvm-1bb6e28ac22ce6273eb792c3dcc5c8e35e5cf58b.tar.xz
Fix Build
Update the tag for Init to match how it's defined. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134908 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--utils/TableGen/SetTheory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/SetTheory.h b/utils/TableGen/SetTheory.h
index e2309b2af6..f6123c7d91 100644
--- a/utils/TableGen/SetTheory.h
+++ b/utils/TableGen/SetTheory.h
@@ -55,7 +55,7 @@
namespace llvm {
class DagInit;
-struct Init;
+class Init;
class Record;
class RecordKeeper;