| commit | c0087f36114774899c26aa677aa5fe02027c22f0 | [log] [tgz] |
|---|---|---|
| author | Justin Bogner <mail@justinbogner.com> | Tue Aug 12 03:24:59 2014 +0000 |
| committer | Justin Bogner <mail@justinbogner.com> | Tue Aug 12 03:24:59 2014 +0000 |
| tree | af40c117c83c8dba204fc5d11c697f06b6c50750 | |
| parent | 6617777fa7db67a71e71a1382bba5cbc3c51201c [diff] |
IR: Print a newline when dumping Types Type::dump() doesn't print a newline, which makes for a poor experience in a debugger. This looks like it was an ommission considering Value::dump() two lines above, so I've changed Type to add a newline as well. Of the two in-tree callers, one added a newline anyway, and I've updated the other one to use Type::print instead. llvm-svn: 215421