Lowering for v32i8 to VPUNPCKLBW/VPUNPCKHBW when AVX2 is enabled.
[oota-llvm.git] / test / Verifier / SelfReferential.ll
index c013bfb6a188afab7905ed5b84841546f34c6809..70154b77a8233184a4bda6b3ee5774d42ad0635b 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: not llvm-as -f %s -o /dev/null |& grep {Only PHI nodes may reference their own value}
+; RUN: not llvm-as %s -o /dev/null |& grep {Only PHI nodes may reference their own value}
 
 ; Test that self referential instructions are not allowed