Taylor Woll 6 лет назад
Родитель
Сommit
c337abbcce
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      lib/Backend/BackwardPass.h

+ 1 - 0
lib/Backend/BackwardPass.h

@@ -78,6 +78,7 @@ private:
 #endif
 
     static bool UpdateImplicitCallBailOutKind(IR::Instr *const instr, bool needsBailOutOnImplicitCall, bool needsLazyBailOut);
+    static bool UpdateImplicitCallBailOutKind(IR::Instr* const instr, bool needsBailOutOnImplicitCall);
 
     bool ProcessNoImplicitCallUses(IR::Instr *const instr);
     void ProcessNoImplicitCallDef(IR::Instr *const instr);