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 |