aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/retaddr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/retaddr.ll')
-rw-r--r--test/CodeGen/PowerPC/retaddr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/retaddr.ll b/test/CodeGen/PowerPC/retaddr.ll
index 9f8647d..cf16b4c 100644
--- a/test/CodeGen/PowerPC/retaddr.ll
+++ b/test/CodeGen/PowerPC/retaddr.ll
@@ -4,7 +4,7 @@
target triple = "powerpc-apple-darwin8"
-define void @foo(i8** %X) {
+define void @foo(i8** %X) nounwind {
entry:
%tmp = tail call i8* @llvm.returnaddress( i32 0 ) ; <i8*> [#uses=1]
store i8* %tmp, i8** %X, align 4