summaryrefslogtreecommitdiff
path: root/src/cmd/6g/gg.h
diff options
context:
space:
mode:
authorKen Thompson <ken@golang.org>2010-08-19 18:18:51 -0700
committerKen Thompson <ken@golang.org>2010-08-19 18:18:51 -0700
commit53fec9ef6fbfde00e098d02f6cf2addc79333378 (patch)
tree54cd597c4b884e8e01541faeeb17ef65a232f930 /src/cmd/6g/gg.h
parentc348d0b28f8c27b542faab6d2f714ef1aa80904e (diff)
downloadgo-53fec9ef6fbfde00e098d02f6cf2addc79333378.tar.gz
attempt to gete better registeration
from the builtin structures (strings, slices, interfaces) R=rsc CC=golang-dev http://codereview.appspot.com/2007043
Diffstat (limited to 'src/cmd/6g/gg.h')
-rw-r--r--src/cmd/6g/gg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/6g/gg.h b/src/cmd/6g/gg.h
index 353a86dcd..d578d6752 100644
--- a/src/cmd/6g/gg.h
+++ b/src/cmd/6g/gg.h
@@ -99,6 +99,7 @@ void cgen_aret(Node*, Node*);
int cgen_inline(Node*, Node*);
void restx(Node*, Node*);
void savex(int, Node*, Node*, Node*, Type*);
+int componentgen(Node*, Node*);
/*
* gsubr.c