[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / MC / ARM / thumb-cb-thumbfunc.s
blob12995f2a449191b7f0b71b95d1f6bd2180777966
1 @ RUN: llvm-mc -triple thumbv7-apple-macho -filetype=obj -o %t %s
2 @ RUN: llvm-objdump -d -triple thumbv7 %t | FileCheck %s
4 @ CHECK: cbnz r0, #0
5 .thumb_func label4
6 cbnz r0, label4
7 .space 2
8 label4: