diff options
| author | Lucy Liu <[email protected]> | 2020-07-03 13:53:02 -0700 |
|---|---|---|
| committer | Lucy Liu <[email protected]> | 2020-07-03 13:53:02 -0700 |
| commit | a8f98c3d111c9238ad79908e690b22c5e43f1522 (patch) | |
| tree | a9f379ae6ff144e8f3eccd3d510a36c2c0983edd /src/cuda-sim/ptx_ir.h | |
| parent | 52bee41cfea17f13e93cc1fb812c125fd44bac7b (diff) | |
removed whitespace changes
Diffstat (limited to 'src/cuda-sim/ptx_ir.h')
| -rw-r--r-- | src/cuda-sim/ptx_ir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/ptx_ir.h b/src/cuda-sim/ptx_ir.h index 26283a6..8c4ad4d 100644 --- a/src/cuda-sim/ptx_ir.h +++ b/src/cuda-sim/ptx_ir.h @@ -965,7 +965,7 @@ class ptx_instruction : public warp_inst_t { bool get_pred_neg() const { return m_neg_pred; } int get_pred_mod() const { return m_pred_mod; } const char *get_source() const { return m_source.c_str(); } - + const std::list<int> get_scalar_type() const {return m_scalar_type;} const std::list<int> get_options() const {return m_options;} |
