Revert "Rewrite a test to count emitted instructions without using -stats"
[oota-llvm.git] / test / CodeGen / Thumb / 2010-06-18-SibCallCrash.ll
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 }