• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1@ RUN: llvm-mc -triple thumbv7-apple-macho -filetype=obj -o %t %s
2@ RUN: llvm-objdump -d -triple thumbv7 %t | FileCheck %s
3
4@ CHECK: cbnz r0, #0
5  .thumb_func label4
6  cbnz r0, label4
7  .space 2
8label4:
9