diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-09-10 02:00:02 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-09-10 02:00:02 +0000 |
commit | 8337b0797b2e9f4010c572ad6e6eb739fea0051e (patch) | |
tree | be75626ca2b288aa70ef605ac7869241b65452e9 /utils | |
parent | 7259df3ab862d378427cf96cd69d1bc69aa2e5cb (diff) | |
download | external_llvm-8337b0797b2e9f4010c572ad6e6eb739fea0051e.zip external_llvm-8337b0797b2e9f4010c572ad6e6eb739fea0051e.tar.gz external_llvm-8337b0797b2e9f4010c572ad6e6eb739fea0051e.tar.bz2 |
Fix miscellaneous Visual Studio build problems.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23307 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r-- | utils/TableGen/DAGISelEmitter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/DAGISelEmitter.h b/utils/TableGen/DAGISelEmitter.h index 9c84843..ecca505 100644 --- a/utils/TableGen/DAGISelEmitter.h +++ b/utils/TableGen/DAGISelEmitter.h @@ -19,7 +19,7 @@ namespace llvm { class Record; - class Init; + struct Init; class DagInit; class SDNodeInfo; class TreePattern; |