| Index: runtime/vm/opt_code_generator_ia32.h
|
| ===================================================================
|
| --- runtime/vm/opt_code_generator_ia32.h (revision 2769)
|
| +++ runtime/vm/opt_code_generator_ia32.h (working copy)
|
| @@ -155,6 +155,7 @@
|
| bool NodeMayBeSmi(AstNode* node) const;
|
|
|
| void HandleResult(AstNode* node, Register result_reg);
|
| + void PropagateBackLocalClass(AstNode* node, const Class& cls);
|
|
|
| void PrintCollectedClassesAtId(AstNode* node, intptr_t id);
|
| void TraceOpt(AstNode* node, const char* message);
|
|
|