when eliding a byval copy due to inlining a readonly function, we have
[oota-llvm.git] / test / Verifier / aliasing-chain.ll
index 53b929bd782e935096d86a5727a2021121d6a233..fc5ef1ce13ab88547d414d9bb2ba483406e2755d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN:  not llvm-as -f %s -o /dev/null |& grep {Aliasing chain should end with function or global variable}
+; RUN:  not llvm-as %s -o /dev/null |& grep {Aliasing chain should end with function or global variable}
 
 ; Test that alising chain does not create a cycle