Minor cleanup related to my latest scheduler changes.
[oota-llvm.git] / test / Analysis / TypeBasedAliasAnalysis / aliastest.ll
index fdaa21671ef4bd9c18a0f8f81aad243e1be810ca..d59e3924acd300045f2ed3ed178737209e0adad0 100644 (file)
@@ -1,4 +1,6 @@
-; RUN: opt < %s -enable-tbaa -basicaa -tbaa -gvn -S | FileCheck %s
+; RUN: opt < %s -tbaa -basicaa -gvn -S | FileCheck %s
+
+; Test that basic alias queries work.
 
 ; CHECK: @test0_yes
 ; CHECK: add i8 %x, %x
@@ -20,6 +22,8 @@ define i8 @test0_no(i8* %a, i8* %b) nounwind {
   ret i8 %z
 }
 
+; Test that basic invariant-memory queries work.
+
 ; CHECK: @test1_yes
 ; CHECK: add i8 %x, %x
 define i8 @test1_yes(i8* %a, i8* %b) nounwind {