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