diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-06-02 13:50:27 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-06-02 13:50:27 -0700 |
commit | 384c051b8c7a53aa805836723bd43f2d496303ff (patch) | |
tree | cb608443f154a9e14899b437e0eca07ca0870fef /ir_dead_code.cpp | |
parent | 35159b542c793e607a28bbffb12ab51e1081ca9b (diff) |
ir_dereference_array always operates on an r-value
ir_dereference_array::array is always an r-value. If the dereference
is of a varaible, that r-value will be an ir_dereference_variable.
This simplifies the code a bit.
Diffstat (limited to 'ir_dead_code.cpp')
0 files changed, 0 insertions, 0 deletions