https://codereview.chromium.org/14244023/diff/1/src/hydrogen-instructions.cc
File src/hydrogen-instructions.cc (right):
https://codereview.chromium.org/14244023/diff/1/src/hydrogen-instructions.cc#newcode654
src/hydrogen-instructions.cc:654: &&
HConstant::cast(this)->Integer32Value() == value;
Use a combination of IsInteger32Constant and GetInteger32Constant above.
https://codereview.chromium.org/14244023/diff/1/src/hydrogen.cc
File src/hydrogen.cc (right):
https://codereview.chromium.org/14244023/diff/1/src/hydrogen.cc#newcode3856
src/hydrogen.cc:3856: HConstant::cast(operand)->Integer32Value() >= 0) {
operand->IsInteger32Constant() && operarand->GetInteger32Constant() >= 0
https://codereview.chromium.org/14244023/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.