| Index: runtime/vm/intermediate_language.h
|
| ===================================================================
|
| --- runtime/vm/intermediate_language.h (revision 40311)
|
| +++ runtime/vm/intermediate_language.h (working copy)
|
| @@ -8376,9 +8376,7 @@
|
| }
|
|
|
| void DeepCopyTo(Isolate* isolate, Instruction* instr) const;
|
| - void DeepCopyToOuter(Isolate* isolate,
|
| - Instruction* instr,
|
| - intptr_t input_count) const;
|
| + void DeepCopyToOuter(Isolate* isolate, Instruction* instr) const;
|
|
|
| void PrintTo(BufferFormatter* f) const;
|
| const char* ToCString() const;
|
|
|