diff options
| author | 2026-04-09 15:28:27 +0200 | |
|---|---|---|
| committer | 2026-04-09 15:28:27 +0200 | |
| commit | c4d90877469e801c34066a7f823ffb1144dd5851 (patch) | |
| tree | beae82ef4574b084614905895517019bcc1fe531 /src/ir.h | |
| parent | 3dd91560a2dca691953a5691e96787adeeb509d5 (diff) | |
backend: inlining improvements
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 **/ |