Index: src/arm/lithium-codegen-arm.cc |
=================================================================== |
--- src/arm/lithium-codegen-arm.cc (revision 10902) |
+++ src/arm/lithium-codegen-arm.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 scope1(VFP3); |