diff options
author | David Majnemer <david.majnemer@gmail.com> | 2015-12-02 16:15:07 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2015-12-02 16:15:07 +0000 |
commit | 942003acc6f595fdc324c98812b802880aedb14d (patch) | |
tree | de743f63b06cfdbe068ada8258e5aecadc51dc8d /lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py | |
parent | c5a6da0ed12ad738e9b817d512985e138c1ca501 (diff) | |
download | bcm5719-llvm-942003acc6f595fdc324c98812b802880aedb14d.tar.gz bcm5719-llvm-942003acc6f595fdc324c98812b802880aedb14d.zip |
Do (A == C1 || A == C2) -> (A & ~(C1 ^ C2)) == C1 rather than (A == C1 || A == C2) -> (A | (C1 ^ C2)) == C2 when C1 ^ C2 is a power of 2.
Differential Revision: http://reviews.llvm.org/D14223
Patch by Amaury SECHET!
llvm-svn: 254518
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py')
0 files changed, 0 insertions, 0 deletions