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
Showing
test/func7.go
0 → 100644
Please register or sign in to comment