diff options
author | Evan Cheng <evan.cheng@apple.com> | 2013-01-09 20:56:40 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2013-01-09 20:56:40 +0000 |
commit | 5652a8df32cab65b4968caf3432ad4de220c46ac (patch) | |
tree | dec7cd22260e7821b514f0ba59f10101108ebf0f /clang/lib/Format/UnwrappedLineParser.cpp | |
parent | abf4cce40f47eb752a7cd17e5681db5abe418081 (diff) | |
download | bcm5719-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