summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/bit-tracking.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/bit-tracking.ll')
-rw-r--r--test/Transforms/InstCombine/bit-tracking.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/bit-tracking.ll b/test/Transforms/InstCombine/bit-tracking.ll
index d090c69..51bbc08 100644
--- a/test/Transforms/InstCombine/bit-tracking.ll
+++ b/test/Transforms/InstCombine/bit-tracking.ll
@@ -1,6 +1,6 @@
; This file contains various testcases that require tracking whether bits are
; set or cleared by various instructions.
-; RUN: llvm-as < %s | opt -instcombine -instcombine | llvm-dis |\
+; RUN: opt < %s -instcombine -instcombine -S |\
; RUN: not grep %ELIM
; Reduce down to a single XOR
OpenPOWER on IntegriCloud