Make BasicAliasAnalysis a normal AliasAnalysis implementation which
[oota-llvm.git] / test / Transforms / GVN / lpre-call-wrap-2.ll
index 79512a33d99305e2a3736bf02219e906e8ca86e1..e39f3ed87d1c3b2ef118977db8c22c5c676e42d9 100644 (file)
@@ -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):