blob: fd05ef4dd760e2e8abddedae9715843a2f8eafb9 [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 {
Benjamin Kramer3bbc52c2010-06-26 20:05:06 +00005; CHECK: t:
6; CHECK: push {r7}
Evan Chengb659dff2009-10-02 05:03:07 +00007entry:
8 call void asm sideeffect ".long 0xe7ffdefe", ""() nounwind
9 ret void
10}