summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/UnwrappedLineParser.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2013-01-09 20:56:40 +0000
committerEvan Cheng <evan.cheng@apple.com>2013-01-09 20:56:40 +0000
commit5652a8df32cab65b4968caf3432ad4de220c46ac (patch)
treedec7cd22260e7821b514f0ba59f10101108ebf0f /clang/lib/Format/UnwrappedLineParser.cpp
parentabf4cce40f47eb752a7cd17e5681db5abe418081 (diff)
downloadbcm5719-llvm-5652a8df32cab65b4968caf3432ad4de220c46ac.tar.gz
bcm5719-llvm-5652a8df32cab65b4968caf3432ad4de220c46ac.zip
Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y).
It cahced XOR's operands before calling visitXOR() but failed to update the operands when visitXOR changed the XOR node. rdar://12968664 llvm-svn: 171999
Diffstat (limited to 'clang/lib/Format/UnwrappedLineParser.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud