dbgs() << Instruction doesn't print a newline on the end any more. Update these
authorNick Lewycky <nicholas@mxc.ca>
Wed, 26 Jun 2013 00:30:18 +0000 (00:30 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 26 Jun 2013 00:30:18 +0000 (00:30 +0000)
commit34b96d15764d51fa53f338e5d7be4d2aa244a945
tree6d1c8a4171296217a525d25f7e0392c2e21c686d
parenta7e4d19dac9f9fbe9fa83ccb49a622e80a079b6a
dbgs() << Instruction doesn't print a newline on the end any more. Update these
debug statements to add a missing newline. Also canonicalize to '\n' instead of
"\n"; the latter calls a function with a loop the former does not.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184897 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/SCCP.cpp