Rename ContSuspend{,K} opcodes to Yield{,K}
commite149875843498b5f1a59abd90f5e75d95ccc4088
authorJan Oravec <jan@fb.com>
Wed, 16 Apr 2014 03:13:57 +0000 (15 20:13 -0700)
committerSara Golemon <sgolemon@fb.com>
Fri, 18 Apr 2014 07:14:00 +0000 (18 00:14 -0700)
tree87c7de261d8e828fd05c21dbc2b82ded7178332a
parentf046641c233bccda4fb98c94a6b67b28c5e2e866
Rename ContSuspend{,K} opcodes to Yield{,K}

This opcode does everything yield does, so let's give it a proper name.

Reviewed By: @edwinsmith

Differential Revision: D1279060
16 files changed:
hphp/compiler/analysis/emitter.cpp
hphp/doc/bytecode.specification
hphp/hhbbc/interp.cpp
hphp/runtime/debugger/cmd/cmd_flow_control.cpp
hphp/runtime/debugger/cmd/cmd_next.cpp
hphp/runtime/vm/as.cpp
hphp/runtime/vm/bytecode.cpp
hphp/runtime/vm/hhbc.h
hphp/runtime/vm/jit/hhbc-translator.cpp
hphp/runtime/vm/jit/hhbc-translator.h
hphp/runtime/vm/jit/ir-translator.cpp
hphp/runtime/vm/jit/region-hot-trace.cpp
hphp/runtime/vm/jit/translator-instrs.h
hphp/runtime/vm/jit/translator.cpp
hphp/runtime/vm/jit/translator.h
hphp/test/quick/asm_cont.hhas