| Index: src/x64/lithium-x64.cc
|
| ===================================================================
|
| --- src/x64/lithium-x64.cc (revision 10902)
|
| +++ src/x64/lithium-x64.cc (working copy)
|
| @@ -382,7 +382,7 @@
|
|
|
|
|
| void LChunk::MarkEmptyBlocks() {
|
| - HPhase phase("L Mark empty blocks", this);
|
| + HPhase phase("L_Mark empty blocks", this);
|
| for (int i = 0; i < graph()->blocks()->length(); ++i) {
|
| HBasicBlock* block = graph()->blocks()->at(i);
|
| int first = block->first_instruction_index();
|
| @@ -545,7 +545,7 @@
|
| LChunk* LChunkBuilder::Build() {
|
| ASSERT(is_unused());
|
| chunk_ = new(zone()) LChunk(info(), graph());
|
| - HPhase phase("L Building chunk", chunk_);
|
| + HPhase phase("L_Building chunk", chunk_);
|
| status_ = BUILDING;
|
| const ZoneList<HBasicBlock*>* blocks = graph()->blocks();
|
| for (int i = 0; i < blocks->length(); i++) {
|
|
|