diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-10-24 15:57:22 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-11-06 00:38:56 -0800 |
commit | da4798f000d99dd326a542758da83ad04be72f86 (patch) | |
tree | 8f2e086ed1c4c57683bb43db75cb057dafd4080b /6/asm.h | |
parent | 74270f8f47a704652ca301975da7ff88926e5cc8 (diff) | |
download | mc-da4798f000d99dd326a542758da83ad04be72f86.tar.gz |
Shuffle around functions.
Move some code into the frontend so the middle end can call it.
Diffstat (limited to '6/asm.h')
-rw-r--r-- | 6/asm.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -269,10 +269,8 @@ extern size_t maxregid; extern Loc **locmap; /* mapping from reg id => Loc * */ char *genlocallblstr(char *buf, size_t sz); -char *genlblstr(char *buf, size_t sz); Type *codetype(Type *ft); Type *closuretype(Type *ft); -Node *genlbl(Srcloc loc); Loc *loclbl(Node *lbl); Loc *locstrlbl(char *lbl); Loc *locreg(Mode m); |