diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-09-26 13:21:11 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-09-26 13:21:11 -0700 |
commit | f4a4987fb85dc9ea146146068734988bb046a3ab (patch) | |
tree | 3eac5098cdb2cd9a48996bedbeb26d52d2c0db9c /6/asm.h | |
parent | e1bd55e7d0fd87b66041c1f90cc4cba370cb25ed (diff) | |
download | mc-f4a4987fb85dc9ea146146068734988bb046a3ab.tar.gz |
Fix up constant initialization a bit.
Diffstat (limited to '6/asm.h')
-rw-r--r-- | 6/asm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -279,6 +279,7 @@ Loc *locmemls(char *disp, Loc *base, Loc *idx, int scale, Mode mode); Loc *loclit(long val, Mode m); Loc *loclitl(char *lbl); char *asmname(Node *dcl); +int isconstfn(Node *n); char *tydescid(char *buf, size_t bufsz, Type *ty); Loc *coreg(Reg r, Mode m); int isfloatmode(Mode m); |