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

Bob Wilson bob.wilson at apple.com
Wed Mar 5 22:49:37 PST 2014


Author: bwilson
Date: Thu Mar  6 00:49:37 2014
New Revision: 203090

URL: http://llvm.org/viewvc/llvm-project?rev=203090&view=rev
Log:
Attempt to fix buildbots by dropping the -LABEL from some FileCheck patterns.

Modified:
    cfe/trunk/test/CodeGenObjC/instr-profile.m

Modified: cfe/trunk/test/CodeGenObjC/instr-profile.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/instr-profile.m?rev=203090&r1=203089&r2=203090&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/instr-profile.m (original)
+++ cfe/trunk/test/CodeGenObjC/instr-profile.m Thu Mar  6 00:49:37 2014
@@ -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
 {





More information about the cfe-commits mailing list