Dmitri Gribenko <[email protected]> writes: >> --- cfe/trunk/test/CodeGen/instr-profile.c (original) >> +++ cfe/trunk/test/CodeGen/instr-profile.c Wed Jan 22 20:54:20 2014 >> @@ -73,7 +73,7 @@ void conditionals() { >> if (0 || i) {} >> } >> >> - // PGOGEN-NOT: store {{.*}} @[EEC]], >> + // PGOGEN-NOT: store {{.*}} @[IFC]], > > Should this be @[[EFC]], with double left bracket?
It should be [[IFC]], with double left brackets. Thanks. r199910. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
