Add a test for the 'init' option property.
[oota-llvm.git] / test / Verifier / 2006-10-15-AddrLabel.ll
index fb9acf19e07bcc386e85ad28a945cb039f13e2bd..73b69024c77728bdcbb977aa96d7c721d9b19c3b 100644 (file)
@@ -1,6 +1,4 @@
-; RUN: not llvm-as 2>&1 < %s > /dev/null &&
-; RUN: llvm-as 2>&1 < %s > /dev/null | \
-; RUN:    grep 'Cannot form a pointer to a basic block'
+; RUN: not llvm-as < %s > /dev/null |& grep {basic block pointers are invalid}
 
 define i32 @main() {
          %foo  = call i8* %llvm.stacksave()