r199862 - test/CodeGen: Fix a typo

Justin Bogner mail at justinbogner.com
Thu Jan 23 09:38:48 PST 2014


Dmitri Gribenko <gribozavr at gmail.com> 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.



More information about the cfe-commits mailing list