Fix test to work on every platform.
[oota-llvm.git] / test / CodeGen / PowerPC / 2007-01-15-AsmDialect.ll
index d9374edfe8656e1f8575365aea0627f103e118fc..7b00ac69b91acecd123e9f5b516ec479ed701a7b 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | \
+; RUN: llc < %s -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]