OSDN Git Service

Fix GVN's debug output, now that operator<< on Value* doesn't print
authorDan Gohman <gohman@apple.com>
Fri, 31 Jul 2009 20:24:18 +0000 (20:24 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 31 Jul 2009 20:24:18 +0000 (20:24 +0000)
commit2a29899d74476e2a14069af7231ab76d8322a157
treee44dd39c8fb51ebdece4fce04b4a94456ae121ed
parent44b93ff9ad8e82a42d36bd5277c44e5c9ef37b82
Fix GVN's debug output, now that operator<< on Value* doesn't print
a trailing newline.

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