commit | 120b4121c313ee7faf8095c3b52998f447e2061e | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Mon Oct 27 09:51:55 2014 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Mon Oct 27 09:51:55 2014 -0700 |
tree | baba045814dd3cd099107c39a98bb8f46c9504d0 | |
parent | 98712a39588f258eba8e6448a53a182de4fd1c3c [diff] |
Subzero: Refactor newline emission for Inst::emit(). The (final) newline is emitted by the caller of emit(), instead of by all the emit() implementations. This sets the stage for being able to add useful comments to the textual asm, such as annotating which registers became free after the instruction. BUG= none R=jvoung@chromium.org Review URL: https://codereview.chromium.org/681783002