add some random nounwinds.
authorChris Lattner <sabre@nondot.org>
Sun, 28 Feb 2010 20:36:49 +0000 (20:36 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 28 Feb 2010 20:36:49 +0000 (20:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97411 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/retaddr.ll
test/CodeGen/X86/store_op_load_fold.ll

index 9f8647d087620553ebd6dbff63b9277c939fae9b..cf16b4c26f62e6419179decbae830ceaa0708804 100644 (file)
@@ -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
index 66d0e47c6d489734386bf9bc2c3867b02b193c58..6e47eb397d1dfd9735f0ff22d97ef0debd1d8f19 100644 (file)
@@ -4,7 +4,7 @@
 
 @X = internal global i16 0              ; <i16*> [#uses=2]
 
-define void @foo() {
+define void @foo() nounwind {
         %tmp.0 = load i16* @X           ; <i16> [#uses=1]
         %tmp.3 = add i16 %tmp.0, 329            ; <i16> [#uses=1]
         store i16 %tmp.3, i16* @X