From: Johan Tibell Date: Thu, 19 May 2011 15:34:20 +0000 (+0200) Subject: Make assignTemp_ less pessimistic X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=18691d440f90a3dff4ef538091c886af505e5cf5;hp=18691d440f90a3dff4ef538091c886af505e5cf5 Make assignTemp_ less pessimistic 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. ---