summaryrefslogtreecommitdiff
path: root/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll')
-rw-r--r--test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll b/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll
index 4bcad3a597..6ab44acdaa 100644
--- a/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll
+++ b/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -sccp | llvm-dis | grep undef | count 1
+; RUN: opt %s -sccp -S | grep undef | count 1
; PR1938
define i32 @main() {