From 3c85413c1b54daf540c7053388f1f77adedec27b Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Thu, 6 Mar 2014 06:49:37 +0000 Subject: [PATCH] Attempt to fix buildbots by dropping the -LABEL from some FileCheck patterns. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203090 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/instr-profile.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGenObjC/instr-profile.m b/test/CodeGenObjC/instr-profile.m index f232d985d8..5fa43ef9cc 100644 --- a/test/CodeGenObjC/instr-profile.m +++ b/test/CodeGenObjC/instr-profile.m @@ -40,8 +40,8 @@ struct NSFastEnumerationState; @end @implementation A -// PGOGEN-LABEL: define {{.*}}+[A foreach:] -// PGOUSE-LABEL: define {{.*}}+[A foreach:] +// PGOGEN: define {{.*}}+[A foreach:] +// PGOUSE: define {{.*}}+[A foreach:] // PGOGEN: store {{.*}} @[[FOR]], i64 0, i64 0 + (void)foreach: (NSArray *)array { -- 2.40.0