Change bytecode name from CheckReifiedGenericMismatch` to CheckClsReifiedGenericMismatch
commitffaef40c554270611d80505bbe4d7f22920e619a
authorMichael Christensen <mchristensen@fb.com>
Thu, 19 May 2022 16:31:22 +0000 (19 09:31 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 19 May 2022 16:31:22 +0000 (19 09:31 -0700)
treef09673f4625446b5e635b899be5e6ca93c984353
parent1753eb0cfb6b6d4d64d7720d029b685e726e4044
Change bytecode name from CheckReifiedGenericMismatch` to CheckClsReifiedGenericMismatch

Summary: In D36181834 (https://github.com/facebook/hhvm/commit/c90b2e0877305e9c1d29cfcaef4e601298710fe5) the semantics of the `CheckReifiedGenericMismatch` bytecode was changed slightly; this diff simply changes its name to reflect what it was already doing (operating on classes only) to match its corresponding IR.

Reviewed By: oulgen

Differential Revision: D36295466

fbshipit-source-id: f5754e10add878608572015f6dadd5508c08ad2b
hphp/doc/bytecode.specification
hphp/hack/src/hackc/emitter/emit_class.rs
hphp/hhbbc/dce.cpp
hphp/hhbbc/interp.cpp
hphp/runtime/vm/bytecode.cpp
hphp/runtime/vm/jit/irgen-create.cpp
hphp/runtime/vm/jit/translator.cpp
hphp/runtime/vm/opcodes.h
hphp/runtime/vm/super-inlining-bros.cpp
hphp/runtime/vm/taint/interpreter.cpp
hphp/runtime/vm/taint/interpreter.h