summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/load3.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/load3.ll')
-rw-r--r--test/Transforms/InstCombine/load3.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/load3.ll b/test/Transforms/InstCombine/load3.ll
index e102d39..9c87316 100644
--- a/test/Transforms/InstCombine/load3.ll
+++ b/test/Transforms/InstCombine/load3.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep load | count 1
+; RUN: opt < %s -instcombine -S | grep load | count 1
; Instcombine should be able to do trivial CSE of loads.
OpenPOWER on IntegriCloud