Chromium Code Reviews| Index: src/mips/lithium-codegen-mips.cc |
| =================================================================== |
| --- src/mips/lithium-codegen-mips.cc (revision 10869) |
| +++ src/mips/lithium-codegen-mips.cc (working copy) |
| @@ -62,7 +62,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(FPU); |