aboutsummaryrefslogtreecommitdiffstats
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 18ab5e8..4bcad3a 100644
--- a/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll
+++ b/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -sccp | llvm-dis | grep undef | count 1
+; RUN: opt %s -sccp | llvm-dis | grep undef | count 1
; PR1938
define i32 @main() {