Chromium Code Reviews| Index: runtime/vm/flow_graph_type_propagator.cc |
| diff --git a/runtime/vm/flow_graph_type_propagator.cc b/runtime/vm/flow_graph_type_propagator.cc |
| index 2e5abeaf6b3866811d4610b3a320c08f224cbb0b..20e19452288a36d9a27d2ccc5b922306ee146977 100644 |
| --- a/runtime/vm/flow_graph_type_propagator.cc |
| +++ b/runtime/vm/flow_graph_type_propagator.cc |
| @@ -962,6 +962,10 @@ CompileType BinaryDoubleOpInstr::ComputeType() const { |
| } |
| +CompileType BinaryFloat32x4OpInstr::ComputeType() const { |
| + return CompileType::FromCid(kFloat32x4Cid); |
| +} |
| + |
|
Vyacheslav Egorov (Google)
2013/04/15 11:09:35
add an empty line
Cutch
2013/04/15 13:34:56
Done.
|
| CompileType MathSqrtInstr::ComputeType() const { |
| return CompileType::FromCid(kDoubleCid); |
| } |