From: Chris Lattner Date: Wed, 14 Aug 2002 23:01:19 +0000 (+0000) Subject: Fix testcase to actually test what we think we are X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=8360d0922ab683a3b57ecefe1890e75150b95294 Fix testcase to actually test what we think we are git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3338 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/InstCombine/cast.ll b/test/Transforms/InstCombine/cast.ll index 00426695b02..5aa6368bdb1 100644 --- a/test/Transforms/InstCombine/cast.ll +++ b/test/Transforms/InstCombine/cast.ll @@ -1,6 +1,6 @@ ; Tests to make sure elimination of casts is working correctly -; RUN: if as < %s | opt -instcombine | grep '%c' | grep cast +; RUN: if as < %s | opt -instcombine -die | dis | grep '%c' | grep cast ; RUN: then exit 1 ; RUN: else exit 0 ; RUN: fi