summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/CPP_min_max.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/CPP_min_max.ll')
-rw-r--r--test/Transforms/InstCombine/CPP_min_max.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/CPP_min_max.ll b/test/Transforms/InstCombine/CPP_min_max.ll
index 785b91e..531ce2b 100644
--- a/test/Transforms/InstCombine/CPP_min_max.ll
+++ b/test/Transforms/InstCombine/CPP_min_max.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
+; RUN: opt < %s -instcombine -S | \
; RUN: grep select | not grep {i32\\*}
; This testcase corresponds to PR362, which notices that this horrible code
OpenPOWER on IntegriCloud