rename blknew() to newblk()
This is consistent with newtmp() and newcon().
This commit is contained in:
parent
eb9fcece9e
commit
5fee3da6ac
6 changed files with 7 additions and 7 deletions
2
all.h
2
all.h
|
@ -511,7 +511,7 @@ void err(char *, ...) __attribute__((noreturn));
|
|||
void elimsb(Fn *);
|
||||
|
||||
/* cfg.c */
|
||||
Blk *blknew(void);
|
||||
Blk *newblk(void);
|
||||
void edgedel(Blk *, Blk **);
|
||||
void fillpreds(Fn *);
|
||||
void fillrpo(Fn *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue