llvm-6502/test/CodeGen/ARM/arm-frameaddr.ll
2009-09-09 00:09:15 +00:00

13 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