Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| =================================================================== |
| --- runtime/vm/intermediate_language.h (revision 9512) |
| +++ runtime/vm/intermediate_language.h (working copy) |
| @@ -562,9 +562,7 @@ |
| instance_call()->SetInputAt(index, value); |
| } |
| - virtual void PrintOperandsTo(BufferFormatter* f) const { |
| - instance_call()->PrintOperandsTo(f); |
| - } |
| + void PrintTo(BufferFormatter* f) const; |
| DECLARE_COMPUTATION(PolymorphicInstanceCall) |