Make BasicAliasAnalysis a normal AliasAnalysis implementation which
[oota-llvm.git] / test / Other / lint.ll
index fcef7ee2d57133779ee1f2134fc8265ed5bf6f2e..4aa984e2e1b7b59df6278cd8472bcf656b082bcb 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -lint -disable-output < %s |& FileCheck %s
+; RUN: opt -basicaa -lint -disable-output < %s |& FileCheck %s
 target datalayout = "e-p:64:64:64"
 
 declare fastcc void @bar()