llvm-6502/lib/Linker
Justin Bogner 2925be515b 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215421 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-12 03:24:59 +00:00
..
CMakeLists.txt Now that Linker.cpp is almost empty, merge it into LinkModules.cpp. 2013-05-04 03:48:37 +00:00
LinkModules.cpp IR: Print a newline when dumping Types 2014-08-12 03:24:59 +00:00
LLVMBuild.txt
Makefile