]> Cypherpunks repositories - gostls13.git/commit
get function calls out of the way before
authorRuss Cox <rsc@golang.org>
Wed, 5 Aug 2009 02:16:57 +0000 (19:16 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 5 Aug 2009 02:16:57 +0000 (19:16 -0700)
commit4dec8ef35a0071064b3fd68203ae5ce66c6f9b6b
treeb41f515214c0c18a8f2b8f1fa62ba93f4438430d
parentaa347c4a0dfe285ed1dec12e77108106804fa3d4
get function calls out of the way before
allocating registers in shift and div.

fix behavior when res == a reserved register.

R=ken
OCL=32765
CL=32767
src/cmd/6g/ggen.c
src/pkg/time/time_test.go
test/fixedbugs/bug180.go [new file with mode: 0644]