aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2002-08-02-CastTest.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-28 05:26:06 +0000
committerChris Lattner <sabre@nondot.org>2004-02-28 05:26:06 +0000
commitefd74a0159800d8874aec3b4e3c7353a95ab854e (patch)
tree0b4f29141e9d3e8b51ad2bdabefed264299cde22 /test/Transforms/InstCombine/2002-08-02-CastTest.ll
parent7bcc0e7fff17376c0760e1d37b2ca779c2440c25 (diff)
The instruction combining pass removes dead instructions, there is no need
to run the die pass after it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11942 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/2002-08-02-CastTest.ll')
-rw-r--r--test/Transforms/InstCombine/2002-08-02-CastTest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2002-08-02-CastTest.ll b/test/Transforms/InstCombine/2002-08-02-CastTest.ll
index 4dce24202b..239c96cfb4 100644
--- a/test/Transforms/InstCombine/2002-08-02-CastTest.ll
+++ b/test/Transforms/InstCombine/2002-08-02-CastTest.ll
@@ -1,7 +1,7 @@
; This testcase is incorrectly getting completely eliminated. There should be
; SOME instruction named %c here, even if it's a bitwise and.
;
-; RUN: llvm-as < %s | opt -instcombine -die | llvm-dis | grep '%c'
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep '%c'
;
ulong %test3(ulong %A) {
%c1 = cast ulong %A to ubyte