projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
007ea27
)
add nounwind
author
Chris Lattner
<sabre@nondot.org>
Wed, 12 Aug 2009 05:44:03 +0000
(
05:44
+0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll
b/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll
index d9374edfe8656e1f8575365aea0627f103e118fc..e23c3ce11fa0e2e0ee771fae0dbc7c43692c3a1b 100644
(file)
--- 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]