Revision: 10921
Author:   [email protected]
Date:     Mon Mar  5 05:07:32 2012
Log: Fix column formatting of --hydrogen-stats output by shortening a line.

[email protected]
Review URL: https://chromiumcodereview.appspot.com/9578013
http://code.google.com/p/v8/source/detail?r=10921

Modified:
 /branches/bleeding_edge/src/hydrogen.cc

=======================================
--- /branches/bleeding_edge/src/hydrogen.cc     Mon Mar  5 04:46:50 2012
+++ /branches/bleeding_edge/src/hydrogen.cc     Mon Mar  5 05:07:32 2012
@@ -2047,8 +2047,7 @@


 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

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

Reply via email to