On Thu, May 3, 2012 at 3:39 PM, H.J. Lu wrote:
> On Sat, Nov 12, 2011 at 4:42 PM, Jason Merrill wrote:
>> Now that we have a way of explicitly marking a variable as dead, we can use
>> that to indicate the end of a temporary's lifetime by adding it as a cleanup
>> for that temporary. Since gimpl
On Sat, Nov 12, 2011 at 4:42 PM, Jason Merrill wrote:
> Now that we have a way of explicitly marking a variable as dead, we can use
> that to indicate the end of a temporary's lifetime by adding it as a cleanup
> for that temporary. Since gimple_push_cleanup still deals in trees I needed
> to twe
> Now that we have a way of explicitly marking a variable as dead, we
> can use that to indicate the end of a temporary's lifetime by adding
> it as a cleanup for that temporary. Since gimple_push_cleanup still
> deals in trees I needed to tweak a couple of places to avoid trying
> to treat a clo
Now that we have a way of explicitly marking a variable as dead, we can
use that to indicate the end of a temporary's lifetime by adding it as a
cleanup for that temporary. Since gimple_push_cleanup still deals in
trees I needed to tweak a couple of places to avoid trying to treat a
clobber as