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)
commit5cd9538b90f735f9408f2a5b173bc517aae6ae9a
tree7f95a468c7331695a5e192bfed73f5e39ab5d473
parent9096fc0dabb70e2718601ae966c722f13c20b7ea
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.

llvm-svn: 184897
llvm/lib/Transforms/Scalar/SCCP.cpp