Fix testcase to actually test what we think we are
authorChris Lattner <sabre@nondot.org>
Wed, 14 Aug 2002 23:01:19 +0000 (23:01 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 14 Aug 2002 23:01:19 +0000 (23:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3338 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/cast.ll

index 00426695b022f6902b579ca56fb779f30a6a5665..5aa6368bdb168f170aa8e8e2a849acbe2e5df86a 100644 (file)
@@ -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