diff options
| author | Mengchi Zhang <[email protected]> | 2019-06-03 21:52:56 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-06-03 21:52:56 -0400 |
| commit | 2afe73633c7ef48b7f2541ebf0456640d1a08e0a (patch) | |
| tree | 4804ec12fd1ab50212fc0b41059e368bec98ac48 /src/cuda-sim/ptx_parser.cc | |
| parent | e3202897ef8052e51cc8e8d10ce33e73fe1ecd03 (diff) | |
| parent | 35d07804f9efc39933f23e808b60afcea7c7053a (diff) | |
Merge branch 'dev' of https://github.com/echoedit/gpgpu-sim_distribution into dev
Diffstat (limited to 'src/cuda-sim/ptx_parser.cc')
| -rw-r--r-- | src/cuda-sim/ptx_parser.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cuda-sim/ptx_parser.cc b/src/cuda-sim/ptx_parser.cc index c4cc911..a61dc16 100644 --- a/src/cuda-sim/ptx_parser.cc +++ b/src/cuda-sim/ptx_parser.cc @@ -67,7 +67,6 @@ memory_space_t g_ptr_spec = undefined_space; int g_scalar_type_spec = -1; int g_vector_spec = -1; int g_alignment_spec = -1; -int g_size = -1; int g_extern_spec = 0; // variable declaration stuff: @@ -201,10 +200,6 @@ void ptx_recognizer::start_function( int entry_point ) g_entry_func_param_index=0; } -char *g_add_identifier_cached__identifier = NULL; -int g_add_identifier_cached__array_dim; -int g_add_identifier_cached__array_ident; - void ptx_recognizer::add_function_name( const char *name ) { PTX_PARSE_DPRINTF("add_function_name %s %s", name, ((g_entry_point==1)?"(entrypoint)":((g_entry_point==2)?"(extern)":""))); |
