You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
203 B
9 lines
203 B
4 months ago
|
; RUN: llc -mtriple=thumb-eabi %s -o /dev/null
|
||
|
; 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
|
||
|
}
|