commit | f70cbb2d6a9d2783d581ef7b5fdefd1b305ce332 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Feb 28 20:36:49 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Feb 28 20:36:49 2010 +0000 |
tree | e9d1f5533cf523d4ab41e08ac1c16f28f19037ff | |
parent | a248e9cfcf6443430f7579efa83a15c6c1b697b5 [diff] [blame] |
add some random nounwinds. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97411 91177308-0d34-0410-b5e6-96231b3b80d8
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