]> granicus.if.org Git - clang/commitdiff
Attempt to fix buildbots by dropping the -LABEL from some FileCheck patterns.
authorBob Wilson <bob.wilson@apple.com>
Thu, 6 Mar 2014 06:49:37 +0000 (06:49 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 6 Mar 2014 06:49:37 +0000 (06:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203090 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/instr-profile.m

index f232d985d83fc565c1c53b399b5f42d8ba0aed1c..5fa43ef9cc60e5daf5e752a28b338a04a3f1b382 100644 (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
 {