| Index: src/compiler/graph-visualizer.cc
|
| diff --git a/src/compiler/graph-visualizer.cc b/src/compiler/graph-visualizer.cc
|
| index 742e849d3e95ac3f89f03b49a36c25c23fa468f2..8cd9a715134962193184c25d50d155c7a68c3c97 100644
|
| --- a/src/compiler/graph-visualizer.cc
|
| +++ b/src/compiler/graph-visualizer.cc
|
| @@ -562,7 +562,6 @@ void GraphC1Visualizer::PrintSchedule(const char* phase,
|
| BasicBlock* current = (*rpo)[i];
|
| Tag block_tag(this, "block");
|
| PrintBlockProperty("name", current->id());
|
| - PrintStringProperty("deferred", current->deferred() ? "true" : "false");
|
| PrintIntProperty("from_bci", -1);
|
| PrintIntProperty("to_bci", -1);
|
|
|
|
|