Attempt to fix buildbots by dropping the -LABEL from some FileCheck patterns.

llvm-svn: 203090
This commit is contained in:
Bob Wilson 2014-03-06 06:49:37 +00:00
parent de14dcc24f
commit b3fd21a42f
1 changed files with 2 additions and 2 deletions

View File

@ -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
{