[GlobalOpt] Make sure all debug lines end with '\n'
authorJames Molloy <james.molloy@arm.com>
Fri, 13 Nov 2015 11:05:13 +0000 (11:05 +0000)
committerJames Molloy <james.molloy@arm.com>
Fri, 13 Nov 2015 11:05:13 +0000 (11:05 +0000)
commit3e8d99c24d4a56c94821aa5cc13ca6132afaf997
tree7e8743382a8a2d6df2d495e78f0ba3dfc6eabe2b
parentb81f7b0bc91066f100854df8fcf61bdded18f1dc
[GlobalOpt] Make sure all debug lines end with '\n'

GlobalVariable::print() used to emit a newline. It hasn't for a while now, but these debug lines weren't updated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253030 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/GlobalOpt.cpp