summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_ir.h
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.h
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.h')
-rw-r--r--src/cuda-sim/ptx_ir.h2
1 files changed, 0 insertions, 2 deletions
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<int> m_scalar_type;
memory_space_t m_space_spec;