Home | History | Annotate | Download | only in ARM
      1 @ PR18931
      2 @ RUN: llvm-mc < %s -triple=arm-linux-gnueabi -filetype=obj -o - \
      3 @ RUN: | llvm-objdump --disassemble -arch=arm - | FileCheck %s
      4 
      5     .text
      6 @ CHECK: cmp r2, #0
      7     cmp r2, #(l2 - l1)
      8 l1:
      9 l2:
     10