diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-12 05:44:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-12 05:44:03 +0000 |
commit | afc55cc6037fa782bc5974bea0a79d4e3444bed9 (patch) | |
tree | fd917a6fea5486d89b4a23a83fa66ddcfb1bdf85 /test | |
parent | bf4111cb1e3f47364d51932c99e34ee9c2cdab0e (diff) | |
download | external_llvm-afc55cc6037fa782bc5974bea0a79d4e3444bed9.zip external_llvm-afc55cc6037fa782bc5974bea0a79d4e3444bed9.tar.gz external_llvm-afc55cc6037fa782bc5974bea0a79d4e3444bed9.tar.bz2 |
add nounwind
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78791 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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] |