summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/PassManagerTest.cpp
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2013-11-20 11:20:32 +0000
committerManuel Klimek <klimek@google.com>2013-11-20 11:20:32 +0000
commit06c84f2e071203e6a2acaa3ff0c1c30d63c9c063 (patch)
treed540796c0889382711d35b9ad48075c1fe84b7a6 /llvm/unittests/IR/PassManagerTest.cpp
parent55758e9691410b9b3bee24f37e0255e93628e46c (diff)
downloadbcm5719-llvm-06c84f2e071203e6a2acaa3ff0c1c30d63c9c063.tar.gz
bcm5719-llvm-06c84f2e071203e6a2acaa3ff0c1c30d63c9c063.zip
Fix bug where optimization would lead to strange line breaks.
Before: void f() { CHECK_EQ(aaaa, ( *bbbbbbbbb)->cccccc) << "qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq"; } After: void f() { CHECK_EQ(aaaa, (*bbbbbbbbb)->cccccc) << "qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq"; } llvm-svn: 195240
Diffstat (limited to 'llvm/unittests/IR/PassManagerTest.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud