commit | bac8f180352213e7fcbe92cc97c96f625e23d2ab | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Apr 26 00:57:03 2011 -0400 |
committer | Russ Cox <rsc@golang.org> | Tue Apr 26 00:57:03 2011 -0400 |
tree | 2c6e82e458b1c59d098279a80305e0627ed88d10 | |
parent | f813702f6de54b2cde8df73e5a06bfb5de20b930 [diff] |
gc: fix order of operations for f() < g(). Also, 6g was passing uninitialized Node &n2 to regalloc, causing non-deterministic register collisions (but only when both left and right hand side of comparison had function calls). Fixes #1728. R=ken2 CC=golang-dev https://golang.org/cl/4425070