tinyvm/include
Jeff Epler 75f2a1e43e Move definition of tvm_opcode_map, tvm_register_map out of header
.. the previous arrangement lead to compiler diagnostics when
building with 'scan-build make':

include/tvm/tvm_tokens.h:17:20: error: ‘tvm_register_map’ defined but not used [-Werror=unused-variable]
 static const char *tvm_register_map[] = {
                    ^~~~~~~~~~~~~~~~
include/tvm/tvm_tokens.h:7:20: error: ‘tvm_opcode_map’ defined but not used [-Werror=unused-variable]
 static const char *tvm_opcode_map[] = {
                    ^~~~~~~~~~~~~~
cc1: all warnings being treated as errors
2018-03-17 13:46:24 -05:00
..
tvm Move definition of tvm_opcode_map, tvm_register_map out of header 2018-03-17 13:46:24 -05:00