diff options
Diffstat (limited to 'compiler/dex/dataflow_iterator.h')
| -rw-r--r-- | compiler/dex/dataflow_iterator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/dataflow_iterator.h b/compiler/dex/dataflow_iterator.h index 2a06cec9a0..097c2a40b4 100644 --- a/compiler/dex/dataflow_iterator.h +++ b/compiler/dex/dataflow_iterator.h @@ -72,7 +72,7 @@ namespace art { : mir_graph_(mir_graph), start_idx_(start_idx), end_idx_(end_idx), - block_id_list_(NULL), + block_id_list_(nullptr), idx_(0), repeats_(0), changed_(false) {} |