| Index: runtime/vm/il_printer.cc
|
| diff --git a/runtime/vm/il_printer.cc b/runtime/vm/il_printer.cc
|
| index 2aab9ba10c7dbcbcef30842c12cd77b3b04bd9b7..c962bc0b04dabc9b95a8b36220dbe8f77b59ba54 100644
|
| --- a/runtime/vm/il_printer.cc
|
| +++ b/runtime/vm/il_printer.cc
|
| @@ -616,6 +616,12 @@ void Float32x4ShuffleInstr::PrintOperandsTo(BufferFormatter* f) const {
|
| }
|
|
|
|
|
| +void Float32x4GetSignMaskInstr::PrintOperandsTo(BufferFormatter* f) const {
|
| + f->Print("Float32x4.getSignMask ");
|
| + value()->PrintTo(f);
|
| +}
|
| +
|
| +
|
| void Float32x4ZeroInstr::PrintOperandsTo(BufferFormatter* f) const {
|
| f->Print("ZERO ");
|
| }
|
|
|