summaryrefslogtreecommitdiff
path: root/test/Transforms/GVN/mixed.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GVN/mixed.ll')
-rw-r--r--test/Transforms/GVN/mixed.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/GVN/mixed.ll b/test/Transforms/GVN/mixed.ll
index 5152f68f0e..6bfada2f4d 100644
--- a/test/Transforms/GVN/mixed.ll
+++ b/test/Transforms/GVN/mixed.ll
@@ -1,5 +1,5 @@
-; RUN: opt < %s -gvn -S | not grep DEADLOAD
-; RUN: opt < %s -gvn -S | not grep DEADGEP
+; RUN: opt < %s -basicaa -gvn -S | not grep DEADLOAD
+; RUN: opt < %s -basicaa -gvn -S | not grep DEADGEP
define i32 @main(i32** %p) {
block1: