[GlobalOpt] Add newlines to DEBUG messages
authorJames Molloy <james.molloy@arm.com>
Wed, 28 Oct 2015 14:30:53 +0000 (14:30 +0000)
committerJames Molloy <james.molloy@arm.com>
Wed, 28 Oct 2015 14:30:53 +0000 (14:30 +0000)
commitfc0a8b3db5f2f55a03aa1b9ce6275a9aa4d8a109
treeb4c9966f4f81e10e8453d64032f7adcd4dc4857d
parentd024add676337be2a2bc79982fc374e2eafd0fc1
[GlobalOpt] Add newlines to DEBUG messages

I think these were affected by a change way back when to stop printing newlines in Value::dump() by default. This change simply allows the debug output to be readable.

NFC.

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