From 739602e9458a15aedb32b65847760a50109514f0 Mon Sep 17 00:00:00 2001 From: Ahmed El-Shafiey Date: Thu, 7 Aug 2014 04:39:29 -0800 Subject: -Forcing make clean to remove all automatically generated files by parsers (should fix regressions). -remove some printfs that were there for debugging [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 18480] --- src/cuda-sim/ptx.y | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cuda-sim') diff --git a/src/cuda-sim/ptx.y b/src/cuda-sim/ptx.y index e5942f0..770ee1d 100644 --- a/src/cuda-sim/ptx.y +++ b/src/cuda-sim/ptx.y @@ -446,6 +446,7 @@ option: type_spec ; atomic_operation_spec: ATOMIC_AND { add_option(ATOMIC_AND); } + | ATOMIC_POPC { add_option(ATOMIC_POPC); } | ATOMIC_OR { add_option(ATOMIC_OR); } | ATOMIC_XOR { add_option(ATOMIC_XOR); } | ATOMIC_CAS { add_option(ATOMIC_CAS); } -- cgit v1.3