add nounwind
authorChris Lattner <sabre@nondot.org>
Wed, 12 Aug 2009 05:44:03 +0000 (05:44 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 Aug 2009 05:44:03 +0000 (05:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78791 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll

index d9374edfe8656e1f8575365aea0627f103e118fc..e23c3ce11fa0e2e0ee771fae0dbc7c43692c3a1b 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | \
 ; RUN:    grep cntlzw
 
-define i32 @foo() {
+define i32 @foo() nounwind {
 entry:
        %retval = alloca i32, align 4           ; <i32*> [#uses=2]
        %temp = alloca i32, align 4             ; <i32*> [#uses=2]