Minor tweaks.
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user