aboutsummaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_ir.cc
diff options
context:
space:
mode:
authorAhmed El-Shafiey <[email protected]>2014-08-06 20:08:15 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:51:00 -0700
commitad5a3cf3480e3fa302382122af21278c881595d6 (patch)
tree52c7edf0639ec380d9fe772db26842c0415fdfae /src/cuda-sim/ptx_ir.cc
parentfd3c208f3c51c5520dcd7150d8a521a61577a9d5 (diff)
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]
Diffstat (limited to 'src/cuda-sim/ptx_ir.cc')
-rw-r--r--src/cuda-sim/ptx_ir.cc5
1 files changed, 0 insertions, 5 deletions
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: