Reviewers: ulan,

Description:
Fix column formatting of --hydrogen-stats output by shortening a line.

[email protected]
Committed: https://code.google.com/p/v8/source/detail?r=10921

Please review this at https://chromiumcodereview.appspot.com/9578013/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/hydrogen.cc


Index: src/hydrogen.cc
===================================================================
--- src/hydrogen.cc     (revision 10920)
+++ src/hydrogen.cc     (working copy)
@@ -2047,9 +2047,8 @@


 void HGraph::InsertRepresentationChanges() {
-  HPhase phase("H_Insert representation changes", this);
+  HPhase phase("H_Representation changes", this);

-
   // Compute truncation flag for phis: Initially assume that all
   // int32-phis allow truncation and iteratively remove the ones that
   // are used in an operation that does not allow a truncating


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to