Skip to content

Commit c337abb

Browse files
committed
Fix build break
1 parent f8a6b80 commit c337abb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Backend/BackwardPass.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ class BackwardPass
7878
#endif
7979

8080
static bool UpdateImplicitCallBailOutKind(IR::Instr *const instr, bool needsBailOutOnImplicitCall, bool needsLazyBailOut);
81+
static bool UpdateImplicitCallBailOutKind(IR::Instr* const instr, bool needsBailOutOnImplicitCall);
8182

8283
bool ProcessNoImplicitCallUses(IR::Instr *const instr);
8384
void ProcessNoImplicitCallDef(IR::Instr *const instr);

0 commit comments

Comments
 (0)