[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / ARM / arm-frameaddr.ll
blob79800423b561a79f893210524e5ecf532956e05c
1 ; RUN: llc < %s -mtriple=arm-apple-darwin  | FileCheck %s -check-prefix=DARWIN
2 ; RUN: llc < %s -mtriple=arm-linux-gnueabi | FileCheck %s -check-prefix=LINUX
3 ; PR4344
4 ; PR4416
6 define ptr @t() nounwind {
7 entry:
8 ; DARWIN-LABEL: t:
9 ; DARWIN: mov r0, r7
11 ; LINUX-LABEL: t:
12 ; LINUX: mov r0, r11
13         %0 = call ptr @llvm.frameaddress(i32 0)
14         ret ptr %0
17 declare ptr @llvm.frameaddress(i32) nounwind readnone