diff options
Diffstat (limited to 'test/CodeGen/AArch64/arm64-frameaddr.ll')
-rw-r--r-- | test/CodeGen/AArch64/arm64-frameaddr.ll | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/test/CodeGen/AArch64/arm64-frameaddr.ll b/test/CodeGen/AArch64/arm64-frameaddr.ll deleted file mode 100644 index 469078c..0000000 --- a/test/CodeGen/AArch64/arm64-frameaddr.ll +++ /dev/null @@ -1,15 +0,0 @@ -; RUN: llc < %s -march=arm64 | FileCheck %s - -define i8* @t() nounwind { -entry: -; CHECK-LABEL: t: -; CHECK: stp x29, x30, [sp, #-16]! -; CHECK: mov x29, sp -; CHECK: mov x0, x29 -; CHECK: ldp x29, x30, [sp], #16 -; CHECK: ret - %0 = call i8* @llvm.frameaddress(i32 0) - ret i8* %0 -} - -declare i8* @llvm.frameaddress(i32) nounwind readnone |