summaryrefslogtreecommitdiff
path: root/test/Transforms/GVN/pre-basic-add.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GVN/pre-basic-add.ll')
-rw-r--r--test/Transforms/GVN/pre-basic-add.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/pre-basic-add.ll b/test/Transforms/GVN/pre-basic-add.ll
index e9d7047e8b..0c1b55de4c 100644
--- a/test/Transforms/GVN/pre-basic-add.ll
+++ b/test/Transforms/GVN/pre-basic-add.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -gvn -enable-pre | llvm-dis | grep {.pre}
+; RUN: opt %s -gvn -enable-pre -S | grep {.pre}
@H = common global i32 0 ; <i32*> [#uses=2]
@G = common global i32 0 ; <i32*> [#uses=1]