aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/arm-frameaddr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/arm-frameaddr.ll')
-rw-r--r--test/CodeGen/ARM/arm-frameaddr.ll17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/CodeGen/ARM/arm-frameaddr.ll b/test/CodeGen/ARM/arm-frameaddr.ll
deleted file mode 100644
index 9c4173ef0ce2..000000000000
--- a/test/CodeGen/ARM/arm-frameaddr.ll
+++ /dev/null
@@ -1,17 +0,0 @@
-; RUN: llc < %s -mtriple=arm-apple-darwin | FileCheck %s -check-prefix=DARWIN
-; RUN: llc < %s -mtriple=arm-linux-gnueabi | FileCheck %s -check-prefix=LINUX
-; PR4344
-; PR4416
-
-define i8* @t() nounwind {
-entry:
-; DARWIN-LABEL: t:
-; DARWIN: mov r0, r7
-
-; LINUX-LABEL: t:
-; LINUX: mov r0, r11
- %0 = call i8* @llvm.frameaddress(i32 0)
- ret i8* %0
-}
-
-declare i8* @llvm.frameaddress(i32) nounwind readnone