diff options
author | Kyle Butt <kyle+llvm@iteratee.net> | 2016-09-02 18:29:28 +0000 |
---|---|---|
committer | Kyle Butt <kyle+llvm@iteratee.net> | 2016-09-02 18:29:28 +0000 |
commit | e31cc842902c5e0a3b5e250249532e180f6374a2 (patch) | |
tree | a7959bf30eda06edc58dd60517be3b383b569c9c /lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py | |
parent | 8699921c4b7a18c5809b38b45a3ac618826c6bf8 (diff) | |
download | bcm5719-llvm-e31cc842902c5e0a3b5e250249532e180f6374a2.tar.gz bcm5719-llvm-e31cc842902c5e0a3b5e250249532e180f6374a2.zip |
IfConversion: Add assertions that both sides of a diamond don't pred-clobber.
One side of a diamond may end with a predicate clobbering instruction.
That side of the diamond has to be if-converted second. Both sides can't
clobber the predicate or the ifconversion is invalid. This is checked
elsewhere, but add an assert as a safety check. NFC
llvm-svn: 280518
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py')
0 files changed, 0 insertions, 0 deletions