commit | b020c54e786362aed66e6cc44c6de348ce704b74 | [log] [tgz] |
---|---|---|
author | Jacques Pienaar <jpienaar@google.com> | Sun Jul 15 00:06:54 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 12:34:07 2019 -0700 |
tree | 756cb83e3df1029b1e42082620a2032a5bcaf8ce | |
parent | 3e59f08e9bb3afa489c1acf81b0e6afee6f0d080 [diff] |
Move newline printed with op to function/basic block printer. Allows printing the instruction to string without trailing newline. Making it easier to reuse print to annotate instructions during lowering. And removes need for newline in the print functions of ops. PiperOrigin-RevId: 204630791