commit | 9a63babb7bbd61b944dc0bcbe94497fece15cedd | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Mon Oct 05 11:13:59 2015 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Mon Oct 05 11:13:59 2015 -0700 |
tree | eb64aeb698de7a92234bf2a77507aab93f3abca7 | |
parent | 4e6ea83aecbae8725af6f8498847ce4cbecbe33b [diff] |
Subzero: With -asm-verbose, make the predecessor list more compact. Instead of a comment like this: # preds=.Lfv_update_nonbon$split___114___115_0,.Lfv_update_nonbon$split___138___115_1 remove some redundancy and make the comment like this: # preds=$split___114___115_0,$split___138___115_1 This makes it slightly easier to read, and less likely to exceed 80 columns. BUG= none R=kschimpf@google.com Review URL: https://codereview.chromium.org/1380323003 .