Chromium Code Reviews| Index: src/ia32/lithium-codegen-ia32.cc |
| =================================================================== |
| --- src/ia32/lithium-codegen-ia32.cc (revision 10869) |
| +++ src/ia32/lithium-codegen-ia32.cc (working copy) |
| @@ -67,7 +67,7 @@ |
| #define __ masm()-> |
| bool LCodeGen::GenerateCode() { |
| - HPhase phase("Code generation", chunk()); |
| + HPhase phase("Z Code generation", chunk()); |
| ASSERT(is_unused()); |
| status_ = GENERATING; |
| CpuFeatures::Scope scope(SSE2); |