A few small hhbbc tweaks
commit517d182f9369aa43ae185d886e44bc071272b75b
authorJordan DeLong <jdelong@fb.com>
Sun, 8 Jun 2014 21:40:36 +0000 (8 14:40 -0700)
committerfacebook-github-bot <githubbot@fb.com>
Fri, 18 Jul 2014 19:00:23 +0000 (18 12:00 -0700)
treeaab8aa84d31fd7a4064b8c4e9e9ce66bd23fe6c7
parent4deb0744c5ec9229e9b66a5b1640f01a170b8a57
A few small hhbbc tweaks

Summary: - reduce BoxR to BoxRNop
   - constprop CGetS
   - reduce InstanceOf to InstanceOfD in one more case
   - allow dce to remove AGetC

Reviewed By: @elgenie

Differential Revision: D1415312
hphp/hhbbc/dce.cpp
hphp/hhbbc/interp-internal.h
hphp/hhbbc/interp.cpp
hphp/test/slow/hhbbc/instanceof_obj.php [new file with mode: 0644]
hphp/test/slow/hhbbc/instanceof_obj.php.expect [new file with mode: 0644]