2014-04-04 07:47:24 +08:00
|
|
|
; RUN: llc -mtriple=thumb-eabi %s -o /dev/null
|
2010-06-19 09:01:32 +08:00
|
|
|
; rdar://8104457
|
|
|
|
|
|
|
|
define arm_apcscc void @t(i32* %m) nounwind {
|
|
|
|
entry:
|
|
|
|
tail call arm_apcscc void undef(i32* %m, i16 zeroext undef) nounwind
|
|
|
|
ret void
|
|
|
|
}
|