opnsense-src/test/CodeGen/ARM/arm-frameaddr.ll
2009-10-14 17:57:32 +00:00

12 lines
311 B
LLVM

; RUN: llc < %s -mtriple=arm-apple-darwin | grep mov | grep r7
; RUN: llc < %s -mtriple=arm-linux-gnueabi | grep mov | grep r11
; PR4344
; PR4416
define arm_aapcscc i8* @t() nounwind {
entry:
%0 = call i8* @llvm.frameaddress(i32 0)
ret i8* %0
}
declare i8* @llvm.frameaddress(i32) nounwind readnone