commit | 953568f83d6933c8175754e3665ec844e14d5b51 | [log] [tgz] |
---|---|---|
author | Reed Kotler <rkotlerimgtec@gmail.com> | Wed Feb 17 05:37:01 2016 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Wed Feb 17 05:37:01 2016 -0800 |
tree | b31d9e4e7c3e622df1e4316ec59554a2d233c95b | |
parent | 4b6e4b44a8abe5f4c5f209d45828cc1ef1bb6a1e [diff] |
This would eliminate a lot of repetitive coding in subzero. It's troublesome that we have to type (this) in several places but I don't see a away around it yet and it does not add to the line of code count at all to have to do this; it's just not aesthetic to me. If this idea is okay, I can make all the similar changes in the Mips Subzero port. BUG= Review URL: https://codereview.chromium.org/1661233002 . Patch from Reed Kotler <rkotlerimgtec@gmail.com>.