Chromium Code Reviews| Index: runtime/vm/intermediate_language_arm.cc |
| diff --git a/runtime/vm/intermediate_language_arm.cc b/runtime/vm/intermediate_language_arm.cc |
| index 5d9867bf7692219baa0699fb8cd92e86eaa7761c..d6c574e0c53b9cd6d915f18e6600aa8d8f897c04 100644 |
| --- a/runtime/vm/intermediate_language_arm.cc |
| +++ b/runtime/vm/intermediate_language_arm.cc |
| @@ -1865,6 +1865,39 @@ void Float32x4ShuffleInstr::EmitNativeCode(FlowGraphCompiler* compiler) { |
| } |
| +LocationSummary* Float32x4ConstructorInstr::MakeLocationSummary() const { |
| + UNIMPLEMENTED(); |
| + return NULL; |
| +} |
| + |
| + |
| +void Float32x4ConstructorInstr::EmitNativeCode(FlowGraphCompiler* compiler) { |
| + UNIMPLEMENTED(); |
|
srdjan
2013/04/25 20:19:25
bad indent
Cutch
2013/04/25 20:52:07
Done.
|
| +} |
| + |
| + |
| +LocationSummary* Float32x4ZeroInstr::MakeLocationSummary() const { |
| + UNIMPLEMENTED(); |
| + return NULL; |
| +} |
| + |
| + |
| +void Float32x4ZeroInstr::EmitNativeCode(FlowGraphCompiler* compiler) { |
| + UNIMPLEMENTED(); |
| +} |
| + |
| + |
| +LocationSummary* Float32x4SplatInstr::MakeLocationSummary() const { |
| + UNIMPLEMENTED(); |
| + return NULL; |
| +} |
| + |
| + |
| +void Float32x4SplatInstr::EmitNativeCode(FlowGraphCompiler* compiler) { |
| + UNIMPLEMENTED(); |
| +} |
| + |
| + |
| LocationSummary* MathSqrtInstr::MakeLocationSummary() const { |
| UNIMPLEMENTED(); |
| return NULL; |