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.
|
; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-fp-elim | FileCheck %s
|
|
; rdar://7268481
|
|
|
|
define void @t() nounwind {
|
|
; CHECK-LABEL: t:
|
|
; CHECK: push {r7}
|
|
entry:
|
|
call void asm sideeffect alignstack ".long 0xe7ffdefe", ""() nounwind
|
|
ret void
|
|
}
|