blob: 62229c6dadedb7ffee3b9b75a0d8b02d8a76a379 [file] [log] [blame]
Evan Chengb659dff2009-10-02 05:03:07 +00001; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-fp-elim | FileCheck %s
2; rdar://7268481
3
Rafael Espindola29dda212010-06-17 15:18:27 +00004define void @t() nounwind {
Stephen Lind24ab202013-07-14 06:24:09 +00005; CHECK-LABEL: t:
Benjamin Kramer3bbc52c2010-06-26 20:05:06 +00006; CHECK: push {r7}
Evan Chengb659dff2009-10-02 05:03:07 +00007entry:
Dale Johannesen4d887f7c2010-07-02 20:16:09 +00008 call void asm sideeffect alignstack ".long 0xe7ffdefe", ""() nounwind
Evan Chengb659dff2009-10-02 05:03:07 +00009 ret void
10}