export getalias()
We will be using it in the new coalesce() pass.
This commit is contained in:
parent
a70aa044de
commit
f5007126f3
2 changed files with 2 additions and 1 deletions
1
all.h
1
all.h
|
@ -518,6 +518,7 @@ void memopt(Fn *);
|
|||
|
||||
/* alias.c */
|
||||
void fillalias(Fn *);
|
||||
void getalias(Alias *, Ref, Fn *);
|
||||
int alias(Ref, int, Ref, int, int *, Fn *);
|
||||
int escapes(Ref, Fn *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue