Make BasicAliasAnalysis a normal AliasAnalysis implementation which
[oota-llvm.git] / test / Analysis / BasicAA / 2003-11-04-SimpleCases.ll
index 911f78cc827ea6f27d4dba627e892923649ac1dc..010a45881039ee7d9e509139c2637f0b99057f27 100644 (file)
@@ -1,7 +1,7 @@
 ; This testcase consists of alias relations which should be completely
 ; resolvable by basicaa.
 
-; RUN: opt < %s -aa-eval -print-may-aliases -disable-output \
+; RUN: opt < %s -basicaa -aa-eval -print-may-aliases -disable-output \
 ; RUN: |& not grep May:
 
 %T = type { i32, [10 x i8] }