Add Enter opcode to match D37311997
commitde841d4f94d3d9a59c39775420e510f36cb8b1d6
authorAaron Orenstein <aorenste@fb.com>
Thu, 14 Jul 2022 14:21:23 +0000 (14 07:21 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 14 Jul 2022 14:21:23 +0000 (14 07:21 -0700)
treefa95177cf786ebeb7acf50afb504725b123b9882
parent547564489ba960f2983794328aadde388bea8db3
Add Enter opcode to match D37311997

Summary: D37311997 (https://github.com/facebook/hhvm/commit/83c95e54af50523df92e45fd471a47a20046b06a) renamed JmpNS to Enter.  This modifies the IR to match more properly than the previous hack.

Reviewed By: edwinsmith

Differential Revision: D37843910

fbshipit-source-id: 4f572e99009ec4c067a327db0003571628d07d44
hphp/hack/src/hackc/ir/core/instr.rs
hphp/hack/src/hackc/ir/passes/clean.rs
hphp/hack/src/hackc/ir/passes/control.rs
hphp/hack/src/hackc/ir/passes/critedge.rs
hphp/hack/src/hackc/ir/passes/ssa.rs
hphp/hack/src/hackc/ir/print/print.rs
hphp/hack/src/hackc/ir/verify/verify.rs