Replace Local case in getInputs() with generated switch statement
commit9047cdba7e54f670fb82116709263a3977abb6a9
authorBrett Simmers <bsimmers@fb.com>
Thu, 7 Jan 2016 18:47:26 +0000 (7 10:47 -0800)
committerhhvm-bot <hhvm-bot@fb.com>
Thu, 7 Jan 2016 19:00:39 +0000 (7 11:00 -0800)
tree3ad40b08a5eab090cb0763fb86269857f24832aa
parent4d74ee9d1604700392e98dd38ce0bf1042ed4a19
Replace Local case in getInputs() with generated switch statement

Summary:
I keep forgetting to add new MInstrs to this switch statement and all
the information we need to generate it is in the OPCODES macro.

Reviewed By: mxw

Differential Revision: D2804395

fb-gh-sync-id: c74cd0cc86190d86377b8d34ef4178f7e4bf71b8
hphp/runtime/vm/jit/irgen-interpone.cpp
hphp/runtime/vm/jit/translator.cpp
hphp/runtime/vm/jit/translator.h