Fix debug output to include a newline after printing a Value, now
authorDan Gohman <gohman@apple.com>
Mon, 17 Aug 2009 15:25:05 +0000 (15:25 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 17 Aug 2009 15:25:05 +0000 (15:25 +0000)
commit873257723084bad749c1cc13a2d35b35c229942e
tree98a8c7baa7b6641fa9cbf0ad550b295b13cab512
parentfa6a1cf1ed4282145269b12578f687b3869d6476
Fix debug output to include a newline after printing a Value, now
that Value's operator<< doesn't include one.

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