X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/81345200c95645a1b0d2635520f96ad55dfde63f..HEAD:/bytecode/BytecodeBasicBlock.cpp diff --git a/bytecode/BytecodeBasicBlock.cpp b/bytecode/BytecodeBasicBlock.cpp index 95a7472..961eadb 100644 --- a/bytecode/BytecodeBasicBlock.cpp +++ b/bytecode/BytecodeBasicBlock.cpp @@ -52,8 +52,6 @@ static bool isBranch(OpcodeID opcodeID) case op_switch_imm: case op_switch_char: case op_switch_string: - case op_get_pnames: - case op_next_pname: case op_check_has_instance: return true; default: @@ -75,7 +73,6 @@ static bool isTerminal(OpcodeID opcodeID) { switch (opcodeID) { case op_ret: - case op_ret_object_or_this: case op_end: return true; default: