| Index: runtime/vm/flow_graph_compiler_ia32.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_ia32.h (revision 9095)
|
| +++ runtime/vm/flow_graph_compiler_ia32.h (working copy)
|
| @@ -263,8 +263,8 @@
|
| return block_order_.length() - index - 1;
|
| }
|
|
|
| - // Returns true if the generated code does not call other Dart code.
|
| - // Only deoptimization is allowed to occur. Closures are not leaf.
|
| + // Returns true if the generated code does not call other Dart code or
|
| + // runtime. Only deoptimization is allowed to occur. Closures are not leaf.
|
| bool IsLeaf() const;
|
|
|
| class Assembler* assembler_;
|
|
|