summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/sub.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/sub.ll
parent7bcc0e7fff17376c0760e1d37b2ca779c2440c25 (diff)
downloadllvm-efd74a0159800d8874aec3b4e3c7353a95ab854e.tar.gz
llvm-efd74a0159800d8874aec3b4e3c7353a95ab854e.tar.bz2
llvm-efd74a0159800d8874aec3b4e3c7353a95ab854e.tar.xz
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/sub.ll')
-rw-r--r--test/Transforms/InstCombine/sub.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/sub.ll b/test/Transforms/InstCombine/sub.ll
index 4f2a1c9ce0..ad1ae0a548 100644
--- a/test/Transforms/InstCombine/sub.ll
+++ b/test/Transforms/InstCombine/sub.ll
@@ -1,7 +1,7 @@
; This test makes sure that these instructions are properly eliminated.
;
-; RUN: llvm-as < %s | opt -instcombine -die | llvm-dis | grep sub | not grep -v 'sub int %Cok, %Bok'
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep sub | not grep -v 'sub int %Cok, %Bok'
implementation