Files
golang.go/test
Josh Bleecher Snyder a44becef4a cmd/compile: use generated temps in bool codegen
Bool codegen was generating a temp for function calls
and other complex expressions, but was not using it.

This was a refactoring bug introduced by CL 7853.
The cmp code used to do (in short):

	l, r := &n1, &n2

It was changed to:

	l, r := nl, nr

But the requisite assignments:

	nl, nr = &n1, &n2

were only introduced on one of two code paths.

Fixes #10654.

Change-Id: Ie8de0b3a333842a048d4308e02911bb10c6915ce
Reviewed-on: https://go-review.googlesource.com/10844
Reviewed-by: Minux Ma <minux@golang.org>
Run-TryBot: Minux Ma <minux@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-06-09 17:38:26 +00:00
..
2014-07-16 19:27:10 -04:00
2012-02-25 08:47:04 +11:00
2013-12-12 17:18:12 -08:00
2012-11-08 09:04:27 -08:00
2012-09-10 13:03:07 -07:00
2012-09-10 13:03:07 -07:00
2012-09-24 00:06:41 -04:00
2015-01-29 13:07:30 +00:00
2012-07-01 21:59:50 +04:00
2013-12-12 17:18:12 -08:00
2012-09-28 08:30:30 -07:00
2013-06-26 18:05:02 +02:00
2012-09-28 08:30:30 -07:00
2012-10-07 21:52:57 +02:00
2012-02-24 13:17:26 +11:00
2013-12-12 17:18:12 -08:00
2013-12-12 17:18:12 -08:00
2012-02-24 13:17:26 +11:00
2012-02-29 15:28:36 -05:00
2012-11-07 12:33:54 -08:00
2012-11-07 12:33:54 -08:00
2012-11-07 12:33:54 -08:00
2015-02-26 17:36:00 +00:00
2012-06-07 03:06:40 -04:00
2014-10-27 18:59:02 -04:00
2013-03-20 17:11:09 -04:00
2013-02-11 18:20:52 -05:00
2015-04-08 08:16:54 +00:00
2013-09-05 23:06:34 -04:00
2012-11-08 09:04:27 -08:00
2012-02-24 13:17:26 +11:00
2014-07-16 19:27:10 -04:00
2014-10-22 08:06:15 -07:00
2013-02-11 18:20:52 -05:00
2015-05-28 19:40:58 +00:00
2015-05-28 19:40:58 +00:00
2015-05-28 19:40:58 +00:00
2015-05-28 19:40:58 +00:00
2015-06-04 19:45:29 +00:00
2014-01-29 09:28:23 +01:00
2014-11-06 15:14:08 -05:00
2013-06-02 19:10:11 +02:00
2013-12-12 17:18:12 -08:00