Minor tweaks.

This commit is contained in:
Ben Vanik
2013-12-28 19:48:02 -08:00
parent f6f8be9080
commit 6b17ead43b
4 changed files with 32 additions and 8 deletions

View File

@@ -137,7 +137,7 @@ void FunctionBuilder::Dump(StringBuffer* str) {
while (block) {
if (block == block_head_) {
str->Append("<entry>:\n");
} else {
} else if (!block->label_head) {
str->Append("<block%d>:\n", block_ordinal);
}
block_ordinal++;