| commit | 10d3dc569b2afe1ba9dccf6650b131b87f9be4ad | [log] [tgz] |
|---|---|---|
| author | Dan Gohman <gohman@apple.com> | Tue Oct 06 17:38:38 2009 +0000 |
| committer | Dan Gohman <gohman@apple.com> | Tue Oct 06 17:38:38 2009 +0000 |
| tree | 3e110925ac5ddd5d4e2d7e4c3c101847fef91538 | |
| parent | 92e3a06623077fceb781f66acfc691b26642c376 [diff] |
Instead of printing unnecessary basic block labels as labels in verbose-asm mode, print comments instead. This eliminates a non-comment difference between verbose-asm mode and non-verbose-asm mode. Also, factor out the relevant code out of all the targets and into target-independent code. llvm-svn: 83392