The trouble with testing for "ModRef" and "NoModRef" is that
[oota-llvm.git] / test / Analysis / BasicAA / getmodrefinfo-cs-cs.ll
index 4ee637ee1d61c945f3817723f3a6c82b55615373..f655913f3d129c7a5c4b60d81b60410b9178923d 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: opt < %s -aa-eval -print-all-alias-modref-info -disable-output |& FileCheck %s
 
-; CHECK: {{[[:<:]]}}Ref: call void @ro() <-> call void @f0()
+; CHECK: Just Ref: call void @ro() <-> call void @f0()
 
 declare void @f0()
 declare void @ro() readonly