https://codereview.chromium.org/146623007/diff/40001/src/hydrogen.cc
File src/hydrogen.cc (right):

https://codereview.chromium.org/146623007/diff/40001/src/hydrogen.cc#newcode6177
src/hydrogen.cc:6177: } else {
no 'else' after return.

you can also use a ternay operator here:

return (access_type == LOAD) ? New<...>(...) : New<...>(...);

https://codereview.chromium.org/146623007/

--
--
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.

Reply via email to