commit | 80e416ce9174cb294c76eef09a71647277a95ccf | [log] [tgz] |
---|---|---|
author | Lei Zhang <antiagainst@google.com> | Mon Apr 04 14:30:56 2016 -0400 |
committer | Lei Zhang <antiagainst@google.com> | Mon Apr 04 16:13:06 2016 -0400 |
tree | 24540cd655a95a292405bcc2a037cccfa263bcb5 | |
parent | 9ca2d6dcd2f1356895533a4aedc0f1cf765f2963 [diff] [blame] |
Use JSON grammar files to generate extended instruction sets.
diff --git a/source/opcode.cpp b/source/opcode.cpp index 6560a5a..518da26 100644 --- a/source/opcode.cpp +++ b/source/opcode.cpp
@@ -48,7 +48,7 @@ // TODO(dneto): Some of the macros are quite unreadable. We could make // good use of constexpr functions, but some compilers don't support that yet. const spv_opcode_desc_t opcodeTableEntries[] = { -#include "opcode.inc" +#include "core.insts.inc" }; } // anonymous namespace