Index: runtime/vm/il_printer.cc |
diff --git a/runtime/vm/il_printer.cc b/runtime/vm/il_printer.cc |
index 1a1d8c033cf2655fd7d094067a5e9a0016bdc0a1..95c08beb98959df77c898318516a19d9b0f3a3ae 100644 |
--- a/runtime/vm/il_printer.cc |
+++ b/runtime/vm/il_printer.cc |
@@ -440,6 +440,11 @@ void UnboxedDoubleBinaryOpInstr::PrintOperandsTo(BufferFormatter* f) const { |
} |
+void MathSqrtInstr::PrintOperandsTo(BufferFormatter* f) const { |
Kevin Millikin (Google)
2012/09/11 14:43:15
Default implementation Definition::PrintOperandsTo
|
+ value()->PrintTo(f); |
+} |
+ |
+ |
void UnarySmiOpInstr::PrintOperandsTo(BufferFormatter* f) const { |
f->Print("%s, ", Token::Str(op_kind())); |
value()->PrintTo(f); |