Home | History | Annotate | Download | only in Thumb
      1 ; RUN: llc -march=thumb < %s
      2 ; rdar://8104457
      3 
      4 define arm_apcscc void @t(i32* %m) nounwind {
      5 entry:
      6   tail call arm_apcscc  void undef(i32* %m, i16 zeroext undef) nounwind
      7   ret void
      8 }
      9