aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir.h')
-rw-r--r--src/ir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir.h b/src/ir.h
index 7a1190d..434c2a7 100644
--- a/src/ir.h
+++ b/src/ir.h
@@ -352,7 +352,7 @@ void cselim(Function *);
/** inliner.c **/
bool maybeinlinee(Function *);
-void doinline(Function *);
+int doinline(Function *);
void emitxinlfns(bool all);
/** intrin.c **/