[llvm-commits] [llvm] r138752 - /llvm/trunk/lib/MC/MCObjectFileInfo.cpp

Bill Wendling wendling at apple.com
Mon Aug 29 14:04:59 PDT 2011


On Aug 29, 2011, at 2:01 PM, Duncan Sands wrote:

> Hi Bill,
> 
>> --- llvm/trunk/lib/MC/MCObjectFileInfo.cpp (original)
>> +++ llvm/trunk/lib/MC/MCObjectFileInfo.cpp Mon Aug 29 13:25:59 2011
>> @@ -505,7 +505,8 @@
>>    PersonalityEncoding = LSDAEncoding = FDEEncoding = FDECFIEncoding =
>>      TTypeEncoding = dwarf::DW_EH_PE_absptr;
>> 
>> -  EHFrameSection = 0; // Created on demand.
>> +  EHFrameSection = 0;           // Created on demand.
>> +  CompactUnwindSection = 0;     // Used only be select targets.
> 
> only be -> only by
> Probably also: select targets -> selected targets
> 
What say you? Is well no English?

:-)

-bw




More information about the llvm-commits mailing list