Add missing llvm-dis.
[oota-llvm.git] / test / Transforms / TailCallElim / inf-recursion.ll
index d3461719b51ac05f4a412e11b15a4294539c06cf..fe00f4a764e95ca13c2f9c349c45b444bba81eb8 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -tailcallelim | grep call
+; RUN: llvm-as < %s | opt -tailcallelim | llvm-dis | grep call
 ; Don't turn this into an infinite loop, this is probably the implementation
 ; of fabs and we expect the codegen to lower fabs.