diff options
| author | Mengchi Zhang <[email protected]> | 2019-06-09 21:57:13 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-06-09 23:21:55 -0400 |
| commit | dca532b090edcf3fb840a697a8a0919d301c3dd7 (patch) | |
| tree | 850ba6a1ad13afa6bf51bdfec199f0b4d98aa307 /src/cuda-sim/ptx_parser.cc | |
| parent | 976ec40b2614fe4e935486ce8be932bf5e573447 (diff) | |
Add more vars for ptx_parser
Signed-off-by: Mengchi Zhang <[email protected]>
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 84eec65..897beaf 100644 --- a/src/cuda-sim/ptx_parser.cc +++ b/src/cuda-sim/ptx_parser.cc @@ -49,7 +49,6 @@ void set_ptx_warp_size(const struct core_config * warp_size) static bool g_debug_ir_generation=false; const char *g_filename; -unsigned g_max_regs_per_thread = 0; // the program intermediate representation... static symbol_table *g_global_allfiles_symbol_table = NULL; @@ -341,10 +340,6 @@ bool check_for_duplicates( const char *identifier ) extern std::set<std::string> g_globals; extern std::set<std::string> g_constants; -int g_func_decl = 0; -int g_ident_add_uid = 0; -unsigned g_const_alloc = 1; - // Returns padding that needs to be inserted ahead of address to make it aligned to min(size, maxalign) /* * @param address the address in bytes |
