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