Add missing llvm-dis.
authorDale Johannesen <dalej@apple.com>
Mon, 10 Sep 2007 22:47:59 +0000 (22:47 +0000)
committerDale Johannesen <dalej@apple.com>
Mon, 10 Sep 2007 22:47:59 +0000 (22:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41813 91177308-0d34-0410-b5e6-96231b3b80d8

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.