| Index: runtime/vm/intrinsifier.cc
|
| diff --git a/runtime/vm/intrinsifier.cc b/runtime/vm/intrinsifier.cc
|
| index de5ccd2282c0a13d8303584eec8e24e6b69f34bc..2f641cb324abfcae7e97e46ab7d21c34aba78132 100644
|
| --- a/runtime/vm/intrinsifier.cc
|
| +++ b/runtime/vm/intrinsifier.cc
|
| @@ -165,8 +165,8 @@ bool Intrinsifier::GraphIntrinsify(const ParsedFunction& parsed_function,
|
| ZoneGrowableArray<const ICData*>* ic_data_array =
|
| new ZoneGrowableArray<const ICData*>();
|
| FlowGraphBuilder builder(parsed_function, *ic_data_array,
|
| - NULL, // NULL = not inlining.
|
| - Compiler::kNoOSRDeoptId);
|
| + /* not building var desc */ NULL,
|
| + /* not inlining */ NULL, Compiler::kNoOSRDeoptId);
|
|
|
| intptr_t block_id = builder.AllocateBlockId();
|
| TargetEntryInstr* normal_entry =
|
|
|