Add a test for the 'init' option property.
[oota-llvm.git] / test / Verifier / 2006-10-15-AddrLabel.ll
index e2c0e603c33ad8bce880e342d3abe372acbdeca0..73b69024c77728bdcbb977aa96d7c721d9b19c3b 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: not llvm-as < %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()