]> Cypherpunks repositories - gostls13.git/commit
cmd/5g: fix temp-merging on ARM
authorRuss Cox <rsc@golang.org>
Wed, 14 Aug 2013 04:34:18 +0000 (00:34 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 14 Aug 2013 04:34:18 +0000 (00:34 -0400)
commit72636eb50662eae1bac651b1fbe4b68f4b4efe0d
tree1e99b1c2507b28f060c96248179cad17e66e6d03
parent071e44e4e417adb9782410acfb89f0fb1cb85fb4
cmd/5g: fix temp-merging on ARM

mkvar was taking care of the "LeftAddr" case,
effectively hiding it from the temp-merging optimization.

Move it into prog.c.

R=ken2
CC=golang-dev
https://golang.org/cl/12884045
src/cmd/5g/prog.c
src/cmd/5g/reg.c