We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a6b80 commit c337abbCopy full SHA for c337abb
lib/Backend/BackwardPass.h
@@ -78,6 +78,7 @@ class BackwardPass
78
#endif
79
80
static bool UpdateImplicitCallBailOutKind(IR::Instr *const instr, bool needsBailOutOnImplicitCall, bool needsLazyBailOut);
81
+ static bool UpdateImplicitCallBailOutKind(IR::Instr* const instr, bool needsBailOutOnImplicitCall);
82
83
bool ProcessNoImplicitCallUses(IR::Instr *const instr);
84
void ProcessNoImplicitCallDef(IR::Instr *const instr);
0 commit comments