aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ir.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-04-09 15:28:27 +0200
committerlemon <lsof@mailbox.org>2026-04-09 15:28:27 +0200
commitc4d90877469e801c34066a7f823ffb1144dd5851 (patch)
treebeae82ef4574b084614905895517019bcc1fe531 /src/ir.h
parent3dd91560a2dca691953a5691e96787adeeb509d5 (diff)
backend: inlining improvements
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 **/