Home | History | Annotate | Download | only in Thumb2
      1 ; RUN: llc < %s -filetype=obj
      2 
      3 target triple = "thumbv7-none--eabi"
      4 
      5 define void @t1() nounwind {
      6 entry:
      7   call void asm sideeffect "mov r0, r1", ""() nounwind
      8   ret void
      9 }
     10