commit | e14463832cd4bebc9c95981c74bf67085a521b60 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Aug 12 05:44:03 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Aug 12 05:44:03 2009 +0000 |
tree | fd917a6fea5486d89b4a23a83fa66ddcfb1bdf85 | |
parent | 007ea274f4ab85bfc7698240eb5afd5a779ec330 [diff] [blame] |
add nounwind git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78791 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll b/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll index d9374ed..e23c3ce 100644 --- a/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll +++ b/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll
@@ -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]