summaryrefslogtreecommitdiffstats
path: root/test/Transforms/SCCP/2004-12-10-UndefBranchBug.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/SCCP/2004-12-10-UndefBranchBug.ll')
-rw-r--r--test/Transforms/SCCP/2004-12-10-UndefBranchBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SCCP/2004-12-10-UndefBranchBug.ll b/test/Transforms/SCCP/2004-12-10-UndefBranchBug.ll
index 6592e8b..4adfde3 100644
--- a/test/Transforms/SCCP/2004-12-10-UndefBranchBug.ll
+++ b/test/Transforms/SCCP/2004-12-10-UndefBranchBug.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -sccp | llvm-dis | grep {ret i32 1}
+; RUN: opt < %s -sccp -S | grep {ret i32 1}
; This function definitely returns 1, even if we don't know the direction
; of the branch.
OpenPOWER on IntegriCloud