summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/arm-frameaddr.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-06-22 18:38:48 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-06-22 18:38:48 +0000
commit3d75d6af57722ed6caf92d0fde8b452f20c909ac (patch)
treea59b89891a8c9c65f1127fba8293ee600b0fccdc /llvm/test/CodeGen/ARM/arm-frameaddr.ll
parent86837616f79b0faef24cd81a86ccde14f27643cb (diff)
downloadbcm5719-llvm-3d75d6af57722ed6caf92d0fde8b452f20c909ac.tar.gz
bcm5719-llvm-3d75d6af57722ed6caf92d0fde8b452f20c909ac.zip
hasFP should return true if frame address is taken.
llvm-svn: 73893
Diffstat (limited to 'llvm/test/CodeGen/ARM/arm-frameaddr.ll')
-rw-r--r--llvm/test/CodeGen/ARM/arm-frameaddr.ll12
1 files changed, 12 insertions, 0 deletions
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
OpenPOWER on IntegriCloud