From 3d75d6af57722ed6caf92d0fde8b452f20c909ac Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Mon, 22 Jun 2009 18:38:48 +0000 Subject: hasFP should return true if frame address is taken. llvm-svn: 73893 --- llvm/test/CodeGen/ARM/arm-frameaddr.ll | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 llvm/test/CodeGen/ARM/arm-frameaddr.ll (limited to 'llvm/test/CodeGen/ARM/arm-frameaddr.ll') diff --git a/llvm/test/CodeGen/ARM/arm-frameaddr.ll b/llvm/test/CodeGen/ARM/arm-frameaddr.ll new file mode 100644 index 00000000000..f1e4c2aeb7f --- /dev/null +++ b/llvm/test/CodeGen/ARM/arm-frameaddr.ll @@ -0,0 +1,12 @@ +; RUN: llvm-as < %s | llc -mtriple=arm-apple-darwin | grep mov | grep r7 +; RUN: llvm-as < %s | llc -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 -- cgit v1.2.3