diff options
Diffstat (limited to 'src/ir.h')
| -rw-r--r-- | src/ir.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -352,7 +352,7 @@ void cselim(Function *); /** inliner.c **/ bool maybeinlinee(Function *); -void doinline(Function *); +int doinline(Function *); void emitxinlfns(bool all); /** intrin.c **/ |