summaryrefslogtreecommitdiff
path: root/test/Transforms/GVNPRE/basic.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GVNPRE/basic.ll')
-rw-r--r--test/Transforms/GVNPRE/basic.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/GVNPRE/basic.ll b/test/Transforms/GVNPRE/basic.ll
index ebe84aadb6..89245faf61 100644
--- a/test/Transforms/GVNPRE/basic.ll
+++ b/test/Transforms/GVNPRE/basic.ll
@@ -1,5 +1,5 @@
-; RUN: opt %s -gvnpre | llvm-dis | not grep {%z3 =}
-; RUN: opt %s -gvnpre | llvm-dis | not grep {%z9 =}
+; RUN: opt %s -gvnpre -S | not grep {%z3 =}
+; RUN: opt %s -gvnpre -S | not grep {%z9 =}
define i32 @main() {
block1: