New testcase.
[oota-llvm.git] / test / Transforms / FunctionResolve / 2002-11-07-RetMismatch.ll
index 15a09ab0fb189fe9bd0ca6f75ddc720866a97995..8be06812f72722cec0098bb07464692753c7cfdf 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: as < %s | opt -funcresolve -funcresolve | dis | not grep declare
+; RUN: llvm-as < %s | opt -funcresolve -funcresolve | llvm-dis | not grep declare
 
 declare void %qsortg(sbyte*, int, int)