diff options
author | Russ Cox <rsc@golang.org> | 2013-07-16 16:24:43 -0400 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2013-07-16 16:24:43 -0400 |
commit | d509fcb571316971fe8cf1ade6f12744b8dec8b4 (patch) | |
tree | 1c7d5623daa1e1ef382a936df2720a921276028e /src/cmd/cc/cc.h | |
parent | c71f0e458019672a66932e70d20d2604cfaa23f5 (diff) | |
download | go-d509fcb571316971fe8cf1ade6f12744b8dec8b4.tar.gz |
cmd/5c, cmd/6c, cmd/8c: record arg size for every call
R=ken2
CC=golang-dev
https://codereview.appspot.com/11364043
Diffstat (limited to 'src/cmd/cc/cc.h')
-rw-r--r-- | src/cmd/cc/cc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/cc/cc.h b/src/cmd/cc/cc.h index 535e22d6f..fe9f9f798 100644 --- a/src/cmd/cc/cc.h +++ b/src/cmd/cc/cc.h @@ -777,6 +777,7 @@ void xcom(Node*); int32 exreg(Type*); int32 align(int32, Type*, int, int32*); int32 maxround(int32, int32); +int hasdotdotdot(void); extern schar ewidth[]; |