1
0
mirror of https://github.com/golang/go synced 2024-10-04 09:21:21 -06:00
go/src/cmd/6g
Russ Cox 9dd2e1e30f nil pointer checks in 8g.
fix nil pointer check in 6g.
was dereferencing after the ADD;
dereference before instead.

R=ken@golang.org
CC=iant
http://go/go-review/1016022
2009-11-01 21:04:16 -08:00
..
cgen.c nil pointer checks in 8g. 2009-11-01 21:04:16 -08:00
galign.c some array init bugs 2009-05-21 15:44:06 -07:00
gg.h bug162, over and over 2009-10-20 08:03:43 -07:00
ggen.c nil pointer checks in 8g. 2009-11-01 21:04:16 -08:00
gobj.c move static init code from 6g into gc. 2009-09-17 19:15:54 -07:00
gsubr.c bug162, over and over 2009-10-20 08:03:43 -07:00
list.c use %L in listings so we see source line number in easy format 2009-09-03 10:24:38 -07:00
Makefile clean more 2009-10-03 10:38:03 -07:00
opt.h sped up optimization by not optimizing 2009-08-29 20:33:21 -07:00
peep.c 1. integer division by a constant done. 2009-08-09 15:16:06 -07:00
reg.c bug162, over and over 2009-10-20 08:03:43 -07:00