blob: ad8b064bf4bdb0ca36bf6275ad9f182305e65975 [file] [log] [blame]
Evan Chengf3c01f32010-06-19 01:01:32 +00001; RUN: llc -march=thumb < %s
2; rdar://8104457
3
4define arm_apcscc void @t(i32* %m) nounwind {
5entry:
6 tail call arm_apcscc void undef(i32* %m, i16 zeroext undef) nounwind
7 ret void
8}