DescriptionBetter fix for LiteralCompareTypeof
This reverts r15725 and replaces it with the following one-liner
in hydrogen.cc's HandleLiteralCompareTypeof:
- CHECK_ALIVE(VisitForValue(sub_expr));
+ CHECK_ALIVE(VisitForTypeOf(sub_expr));
R=danno@chromium.org
Committed: http://code.google.com/p/v8/source/detail?r=15728
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|