| Index: src/compiler/simplified-lowering.cc
 | 
| diff --git a/src/compiler/simplified-lowering.cc b/src/compiler/simplified-lowering.cc
 | 
| index edff4268b139168a8ab3447488018a1c925bb40e..8d4ca9f18e1d1557517fe35182efc19d1ac559ee 100644
 | 
| --- a/src/compiler/simplified-lowering.cc
 | 
| +++ b/src/compiler/simplified-lowering.cc
 | 
| @@ -328,7 +328,7 @@ class RepresentationSelector {
 | 
|        queue_.pop();
 | 
|        info->set_queued(false);
 | 
|        TRACE(" visit #%d: %s\n", node->id(), node->op()->mnemonic());
 | 
| -      VisitNode(node, info->truncation(), NULL);
 | 
| +      VisitNode(node, info->truncation(), nullptr);
 | 
|        TRACE("  ==> output ");
 | 
|        PrintInfo(info->output_type());
 | 
|        TRACE("\n");
 | 
| 
 |