summaryrefslogtreecommitdiff
path: root/test/Transforms/GVN/lpre-call-wrap-2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GVN/lpre-call-wrap-2.ll')
-rw-r--r--test/Transforms/GVN/lpre-call-wrap-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/lpre-call-wrap-2.ll b/test/Transforms/GVN/lpre-call-wrap-2.ll
index 79512a33d9930..e39f3ed87d1c3 100644
--- a/test/Transforms/GVN/lpre-call-wrap-2.ll
+++ b/test/Transforms/GVN/lpre-call-wrap-2.ll
@@ -1,4 +1,4 @@
-; RUN: opt -S -gvn -enable-load-pre %s | FileCheck %s
+; RUN: opt -S -basicaa -gvn -enable-load-pre %s | FileCheck %s
;
; The partially redundant load in bb1 should be hoisted to "bb". This comes
; from this C code (GCC PR 23455):