AsmWriter/Bitcode: MDLexicalBlockFile
[oota-llvm.git] / test / Analysis / BasicAA / 2010-09-15-GEP-SignedArithmetic.ll
index 7b5584e0bd8b1b9f09501e5df09e8495d1467338..66569808fb66019dc1e695bd86c32d1cbb251b9b 100644 (file)
@@ -1,8 +1,10 @@
-; RUN: opt < %s -basicaa -aa-eval -print-all-alias-modref-info -disable-output |& grep {1 partial alias}
+; RUN: opt < %s -basicaa -aa-eval -print-all-alias-modref-info -disable-output 2>&1 | FileCheck %s
 ; PR7959
 
 target datalayout = "e-p:32:32:32"
 
+; CHECK: 1 partial alias response
+
 define i32 @test(i32* %tab, i32 %indvar) nounwind {
   %tmp31 = mul i32 %indvar, -2
   %tmp32 = add i32 %tmp31, 30