diff --git a/hphp/runtime/vm/jit/translator.h b/hphp/runtime/vm/jit/translator.h index d671c831f..34804d15f 100644 --- a/hphp/runtime/vm/jit/translator.h +++ b/hphp/runtime/vm/jit/translator.h @@ -1115,6 +1115,8 @@ opcodeControlFlowInfo(const Opcode instr) { case OpIterNextK: case OpMIterNext: case OpMIterNextK: + case OpWIterNext: + case OpWIterNextK: case OpIterInit: // May branch to fail case. case OpIterInitK: // Ditto case OpMIterInit: // Ditto