https://codereview.chromium.org/598963002/diff/1/src/compiler/representation-change.h
File src/compiler/representation-change.h (right):

https://codereview.chromium.org/598963002/diff/1/src/compiler/representation-change.h#newcode124
src/compiler/representation-change.h:124: return
jsgraph()->Float32Constant(OpParameter<float>(node));
DoubleToFloat32(OpParameter<double>(node))

https://codereview.chromium.org/598963002/diff/1/src/compiler/representation-change.h#newcode128
src/compiler/representation-change.h:128: return
jsgraph()->Float32Constant(static_cast<float>(value));
is that static_cast<float> necessary?

https://codereview.chromium.org/598963002/

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

Reply via email to