| Index: src/compiler/graph-visualizer.h
|
| diff --git a/src/compiler/graph-visualizer.h b/src/compiler/graph-visualizer.h
|
| index 8dbf89df4541bfd6afb24a578938e9cfe56b6be9..1a971a55ed5d4a9c99076bda31add39107a4972c 100644
|
| --- a/src/compiler/graph-visualizer.h
|
| +++ b/src/compiler/graph-visualizer.h
|
| @@ -48,8 +48,8 @@ struct AsC1VCompilation {
|
|
|
| struct AsC1V {
|
| AsC1V(const char* phase, const Schedule* schedule,
|
| - const SourcePositionTable* positions = NULL,
|
| - const InstructionSequence* instructions = NULL)
|
| + const SourcePositionTable* positions = nullptr,
|
| + const InstructionSequence* instructions = nullptr)
|
| : schedule_(schedule),
|
| instructions_(instructions),
|
| positions_(positions),
|
|
|