https://codereview.chromium.org/148323010/diff/60001/src/a64/lithium-codegen-a64.cc
File src/a64/lithium-codegen-a64.cc (right):

https://codereview.chromium.org/148323010/diff/60001/src/a64/lithium-codegen-a64.cc#newcode1740
src/a64/lithium-codegen-a64.cc:1740: __ EmitGoto(true_label);
I don't think that it works. I don't think we have an EmitGoto in the
MacroAssembler but we have an helper in LCodeGen.

I think that something like that should be good here:
  EmitGoto(instr->TrueDestination(chunk()));

https://codereview.chromium.org/148323010/

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