aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2010-12-07-PEIBug.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/2010-12-07-PEIBug.ll')
-rw-r--r--test/CodeGen/ARM/2010-12-07-PEIBug.ll16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/CodeGen/ARM/2010-12-07-PEIBug.ll b/test/CodeGen/ARM/2010-12-07-PEIBug.ll
deleted file mode 100644
index 340e3f8a80ea..000000000000
--- a/test/CodeGen/ARM/2010-12-07-PEIBug.ll
+++ /dev/null
@@ -1,16 +0,0 @@
-; RUN: llc < %s -mtriple=thumbv7-apple-ios -mcpu=cortex-a9 | FileCheck %s
-; rdar://8728956
-
-define hidden void @foo() nounwind ssp "no-frame-pointer-elim"="true" {
-entry:
-; CHECK-LABEL: foo:
-; CHECK: mov r7, sp
-; CHECK-NEXT: vpush {d10, d11}
-; CHECK-NEXT: vpush {d8}
- tail call void asm sideeffect "","~{d8},~{d10},~{d11}"() nounwind
-; CHECK: vpop {d8}
-; CHECK-NEXT: vpop {d10, d11}
- ret void
-}
-
-declare hidden float @bar() nounwind readnone ssp