| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index dd8bc520e186ead37cda423cf418ec03888946ac..278f9bbea798929e411d2212e962f372bea9c40a 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.h
|
| @@ -246,7 +246,7 @@ class FlowGraphCompiler : public ValueObject {
|
|
|
| static bool SupportsUnboxedMints();
|
| static bool SupportsSinCos();
|
| - static bool SupportsUnboxedFloat32x4();
|
| + static bool SupportsUnboxedSimd128();
|
|
|
| // Accessors.
|
| Assembler* assembler() const { return assembler_; }
|
|
|