From 8360d0922ab683a3b57ecefe1890e75150b95294 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 14 Aug 2002 23:01:19 +0000 Subject: [PATCH] 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 --- test/Transforms/InstCombine/cast.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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