| Index: runtime/vm/il_printer.cc
|
| diff --git a/runtime/vm/il_printer.cc b/runtime/vm/il_printer.cc
|
| index ce75a136246b1e7389aa9824c97ba8f38f4898cc..deea4e04b7f6204b59c2b7ce08ba80b0d498154f 100644
|
| --- a/runtime/vm/il_printer.cc
|
| +++ b/runtime/vm/il_printer.cc
|
| @@ -603,6 +603,13 @@ void BinaryFloat32x4OpInstr::PrintOperandsTo(BufferFormatter* f) const {
|
| }
|
|
|
|
|
| +void Float32x4ShuffleInstr::PrintOperandsTo(BufferFormatter* f) const {
|
| + // TODO(johnmccutchan): Add proper string enumeration of shuffle.
|
| + f->Print("SHUFFLE ");
|
| + value()->PrintTo(f);
|
| +}
|
| +
|
| +
|
| void BinaryMintOpInstr::PrintOperandsTo(BufferFormatter* f) const {
|
| f->Print("%s, ", Token::Str(op_kind()));
|
| left()->PrintTo(f);
|
|
|