From ad5a3cf3480e3fa302382122af21278c881595d6 Mon Sep 17 00:00:00 2001 From: Ahmed El-Shafiey Date: Wed, 6 Aug 2014 20:08:15 -0800 Subject: This should fix 2.3 regression and may fix others as well. Remove redudant definition for some tokens which confuses the parser [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 18462] --- src/cuda-sim/ptx_ir.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/cuda-sim/ptx_ir.cc') diff --git a/src/cuda-sim/ptx_ir.cc b/src/cuda-sim/ptx_ir.cc index b6c1b9a..490cb10 100644 --- a/src/cuda-sim/ptx_ir.cc +++ b/src/cuda-sim/ptx_ir.cc @@ -1049,11 +1049,6 @@ ptx_instruction::ptx_instruction( int opcode, case RED_OPTION: m_barrier_op = last_ptx_inst_option; break; - case OR_REDUCTION: - case AND_REDUCTION: - case POPC_REDUCTION: - m_reduction_op = last_ptx_inst_option; - break; case EQU_OPTION: case NEU_OPTION: case LTU_OPTION: -- cgit v1.3