Revision: 24860
Author:   [email protected]
Date:     Fri Oct 24 08:25:00 2014 UTC
Log:      Unbreak c1visualizer.

[email protected]

Review URL: https://codereview.chromium.org/673873004
https://code.google.com/p/v8/source/detail?r=24860

Modified:
 /branches/bleeding_edge/src/compiler/graph-visualizer.cc

=======================================
--- /branches/bleeding_edge/src/compiler/graph-visualizer.cc Wed Oct 22 11:24:55 2014 UTC +++ /branches/bleeding_edge/src/compiler/graph-visualizer.cc Fri Oct 24 08:25:00 2014 UTC
@@ -562,7 +562,6 @@
     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);

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to