summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2013-04-12 17:25:07 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2013-04-12 17:25:07 +0000
commit1a08accbb7e5430b41045d67eec09367ee96495e (patch)
tree600122d3d9324bf0deba2ddd9fdd94d97635dd9d /lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
parent2249e9cfa8d1ee57d3b9fc1094f6874072c1ae1d (diff)
Simplify (A & ~B) in icmp if A is a power of 2
The transform will execute like so: (A & ~B) == 0 --> (A & B) != 0 (A & ~B) != 0 --> (A & B) == 0 llvm-svn: 179386
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h')
0 files changed, 0 insertions, 0 deletions