https://codereview.chromium.org/983183002/diff/1/src/hydrogen.cc
File src/hydrogen.cc (right):
https://codereview.chromium.org/983183002/diff/1/src/hydrogen.cc#newcode9938
src/hydrogen.cc:9938: (this->*generator)(expr);
On 2015/03/06 14:13:16, Michael Starzinger wrote:
nit: DCHECK(generator != nullptr) or make sure the
FindInlineFunctionGenerator
helper above doesn't ever return a nullptr.
Ooops, forgot to actually change the condition in the "if": The test
should be "generator != nullptr", just like it is in the full code
compilers. Done.
https://codereview.chromium.org/983183002/
--
--
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/d/optout.