summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_parser.cc
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2019-07-11 13:57:08 -0400
committerMengchi Zhang <[email protected]>2019-07-11 13:57:08 -0400
commit33d064f5a38b60fb0ed4b4ad78212c6e5d9bfc0f (patch)
tree2beaf4433e56bf708c22fd3a28444bf1bc3eb4b3 /src/cuda-sim/ptx_parser.cc
parentdb406fd188f389f3050879e8cd76c3817b1630f8 (diff)
g_sym_name_to_symbol_table
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/cuda-sim/ptx_parser.cc')
-rw-r--r--src/cuda-sim/ptx_parser.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cuda-sim/ptx_parser.cc b/src/cuda-sim/ptx_parser.cc
index 8b2b72e..1d38edf 100644
--- a/src/cuda-sim/ptx_parser.cc
+++ b/src/cuda-sim/ptx_parser.cc
@@ -47,8 +47,6 @@ void ptx_recognizer::set_ptx_warp_size(const struct core_config * warp_size)
g_shader_core_config=warp_size;
}
-// the program intermediate representation...
-std::map<std::string,symbol_table*> g_sym_name_to_symbol_table;
#define PTX_PARSE_DPRINTF(...) \
if( g_debug_ir_generation ) { \