| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index 812d62d7a0f0f639ec0f411b09ab1046b14e8961..dd8bc520e186ead37cda423cf418ec03888946ac 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.h
|
| @@ -428,6 +428,7 @@ class FlowGraphCompiler : public ValueObject {
|
|
|
| const Class& double_class() const { return double_class_; }
|
| const Class& float32x4_class() const { return float32x4_class_; }
|
| + const Class& float64x2_class() const { return float64x2_class_; }
|
| const Class& int32x4_class() const { return int32x4_class_; }
|
|
|
| void SaveLiveRegisters(LocationSummary* locs);
|
| @@ -592,6 +593,7 @@ class FlowGraphCompiler : public ValueObject {
|
|
|
| const Class& double_class_;
|
| const Class& float32x4_class_;
|
| + const Class& float64x2_class_;
|
| const Class& int32x4_class_;
|
| const Class& list_class_;
|
|
|
|
|