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.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cuda-sim/ptx_ir.h') diff --git a/src/cuda-sim/ptx_ir.h b/src/cuda-sim/ptx_ir.h index 1dd851a..b51406e 100644 --- a/src/cuda-sim/ptx_ir.h +++ b/src/cuda-sim/ptx_ir.h @@ -993,7 +993,6 @@ public: unsigned saturation_mode() const { return m_saturation_mode;} unsigned dimension() const { return m_geom_spec;} unsigned barrier_op() const {return m_barrier_op;} - unsigned reduction_op() const {return m_reduction_op;} enum vote_mode_t { vote_any, vote_all, vote_uni, vote_ballot }; enum vote_mode_t vote_mode() const { return m_vote_mode; } @@ -1059,7 +1058,6 @@ private: unsigned m_compare_op; unsigned m_saturation_mode; unsigned m_barrier_op; - unsigned m_reduction_op; std::list m_scalar_type; memory_space_t m_space_spec; -- cgit v1.3