[llvm-commits] [llvm] r134908 - /llvm/trunk/utils/TableGen/SetTheory.h
David Greene
greened at obbligato.org
Mon Jul 11 11:59:30 PDT 2011
Author: greened
Date: Mon Jul 11 13:59:29 2011
New Revision: 134908
URL: http://llvm.org/viewvc/llvm-project?rev=134908&view=rev
Log:
Fix Build
Update the tag for Init to match how it's defined.
Modified:
llvm/trunk/utils/TableGen/SetTheory.h
Modified: llvm/trunk/utils/TableGen/SetTheory.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/SetTheory.h?rev=134908&r1=134907&r2=134908&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/SetTheory.h (original)
+++ llvm/trunk/utils/TableGen/SetTheory.h Mon Jul 11 13:59:29 2011
@@ -55,7 +55,7 @@
namespace llvm {
class DagInit;
-struct Init;
+class Init;
class Record;
class RecordKeeper;
More information about the llvm-commits
mailing list