You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
17
external/llvm/test/CodeGen/ARM/arm-frameaddr.ll
vendored
Normal file
17
external/llvm/test/CodeGen/ARM/arm-frameaddr.ll
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
; 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
|
Reference in New Issue
Block a user