summaryrefslogtreecommitdiff
path: root/test/Transforms/GVN/null-aliases-nothing.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GVN/null-aliases-nothing.ll')
-rw-r--r--test/Transforms/GVN/null-aliases-nothing.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/null-aliases-nothing.ll b/test/Transforms/GVN/null-aliases-nothing.ll
index 4d533bbc40643..9e4ae18c710cc 100644
--- a/test/Transforms/GVN/null-aliases-nothing.ll
+++ b/test/Transforms/GVN/null-aliases-nothing.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -gvn -S | FileCheck %s
+; RUN: opt %s -basicaa -gvn -S | FileCheck %s
%t = type { i32 }
declare void @test1f(i8*)