forked from OSchip/llvm-project
Attempt to fix buildbots by dropping the -LABEL from some FileCheck patterns.
llvm-svn: 203090
This commit is contained in:
parent
de14dcc24f
commit
b3fd21a42f
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue