[llvm-commits] [llvm] r78791 - /llvm/trunk/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll

Chris Lattner sabre at nondot.org
Tue Aug 11 22:44:03 PDT 2009


Author: lattner
Date: Wed Aug 12 00:44:03 2009
New Revision: 78791

URL: http://llvm.org/viewvc/llvm-project?rev=78791&view=rev
Log:
add nounwind

Modified:
    llvm/trunk/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll?rev=78791&r1=78790&r2=78791&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll Wed Aug 12 00:44:03 2009
@@ -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]





More information about the llvm-commits mailing list