Don't template SetOpElem and IncDecElem on op
commitcb066404d24838b8915fa82e7c7124527b10ac7f
authorbsimmers <bsimmers@fb.com>
Sun, 16 Mar 2014 05:28:06 +0000 (15 22:28 -0700)
committerSara Golemon <sgolemon@fb.com>
Thu, 20 Mar 2014 05:31:32 +0000 (19 22:31 -0700)
tree28604e1b4ee72d1a23601f60f73dd084a354f5ca
parent86c2ea6cd44b2f2755d262618f0eaa741ff58926
Don't template SetOpElem and IncDecElem on op

It just ends up being an argument to another function. I did the same
thing for SetOpProp and IncDecProp a while ago in D801633 but must've forgotten
about these at the time.

Reviewed By: @edwinsmith

Differential Revision: D1223432
hphp/runtime/vm/jit/ir.h
hphp/runtime/vm/jit/minstr-translator.cpp
hphp/runtime/vm/jit/native-calls.cpp
hphp/runtime/vm/jit/translator-runtime.cpp
hphp/runtime/vm/jit/translator-runtime.h