| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index 57bff29d91349c322f3ffc231880248170defa5f..7a1e1569a035cf7d8b0744b2811cf0d8f3d7025a 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.h
|
| @@ -311,6 +311,7 @@ class FlowGraphCompiler : public ValueObject {
|
| static bool SupportsSinCos();
|
| static bool SupportsUnboxedSimd128();
|
| static bool SupportsHardwareDivision();
|
| + static bool CanConvertUnboxedMintToDouble();
|
|
|
| static bool IsUnboxedField(const Field& field);
|
| static bool IsPotentialUnboxedField(const Field& field);
|
|
|