Make assignTemp_ less pessimistic
authorJohan Tibell <johan.tibell@gmail.com>
Thu, 19 May 2011 15:34:20 +0000 (17:34 +0200)
committerJohan Tibell <johan.tibell@gmail.com>
Mon, 30 May 2011 18:12:05 +0000 (20:12 +0200)
assignTemp_ is intended to make sure that the expression gets assigned
to a temporary in case that's needed in order to avoid a register
getting trashed due to a function call.


No differences found