summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/apint-cast-cast-to-and.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/apint-cast-cast-to-and.ll')
-rw-r--r--test/Transforms/InstCombine/apint-cast-cast-to-and.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/apint-cast-cast-to-and.ll b/test/Transforms/InstCombine/apint-cast-cast-to-and.ll
index 29a8869..b2069a9 100644
--- a/test/Transforms/InstCombine/apint-cast-cast-to-and.ll
+++ b/test/Transforms/InstCombine/apint-cast-cast-to-and.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep i41
+; RUN: opt < %s -instcombine -S | not grep i41
define i61 @test1(i61 %X) {
%Y = trunc i61 %X to i41 ;; Turn i61o an AND
OpenPOWER on IntegriCloud