summaryrefslogtreecommitdiff
path: root/src/cmd/8g/gg.h
diff options
context:
space:
mode:
authorR?my Oudompheng <oudomphe@phare.normalesup.org>2012-09-27 08:34:00 +0200
committerR?my Oudompheng <oudomphe@phare.normalesup.org>2012-09-27 08:34:00 +0200
commit93d86d9b1d722de4fa7ec4069180f87d2da25671 (patch)
tree44e32eb6de254978abeed0a46638f134654d80a6 /src/cmd/8g/gg.h
parentf22e38ccb906323cbab814e2969cbbe39ff61214 (diff)
downloadgo-93d86d9b1d722de4fa7ec4069180f87d2da25671.tar.gz
cmd/[568]g: header cleanup.
R=golang-dev, r CC=golang-dev http://codereview.appspot.com/6573059
Diffstat (limited to 'src/cmd/8g/gg.h')
-rw-r--r--src/cmd/8g/gg.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/cmd/8g/gg.h b/src/cmd/8g/gg.h
index a30c95d71..e905303a5 100644
--- a/src/cmd/8g/gg.h
+++ b/src/cmd/8g/gg.h
@@ -122,14 +122,11 @@ void clearp(Prog*);
void proglist(void);
Prog* gbranch(int, Type*, int);
Prog* prog(int);
-void gaddoffset(Node*);
void gconv(int, int);
int conv2pt(Type*);
vlong convvtox(vlong, int);
void fnparam(Type*, int, int);
Prog* gop(int, Node*, Node*, Node*);
-void setconst(Addr*, vlong);
-void setaddr(Addr*, Node*);
int optoas(int, Type*);
int foptoas(int, Type*, int);
void ginit(void);
@@ -141,8 +138,6 @@ void nodreg(Node*, Type*, int);
void nodindreg(Node*, Type*, int);
void nodconst(Node*, Type*, int64);
void gconreg(int, vlong, int);
-void datagostring(Strlit*, Addr*);
-void datastring(char*, int, Addr*);
void buildtxt(void);
Plist* newplist(void);
int isfat(Type*);
@@ -162,6 +157,12 @@ void complexmove(Node*, Node*);
void complexgen(Node*, Node*);
/*
+ * gobj.c
+ */
+void datastring(char*, int, Addr*);
+void datagostring(Strlit*, Addr*);
+
+/*
* list.c
*/
int Aconv(Fmt*);