[llvm] r212379 - Fix grammar
Matt Arsenault
arsenm2 at gmail.com
Mon Jul 7 11:43:30 PDT 2014
On Jul 6, 2014, at 2:02 AM, Christian König <deathsimple at vodafone.de> wrote:
> Am 05.07.2014 23:16, schrieb Matt Arsenault:
>> Author: arsenm
>> Date: Sat Jul 5 16:16:40 2014
>> New Revision: 212379
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=212379&view=rev
>> Log:
>> Fix grammar
>>
>> Modified:
>> llvm/trunk/lib/Target/R600/SIMachineFunctionInfo.cpp
>>
>> Modified: llvm/trunk/lib/Target/R600/SIMachineFunctionInfo.cpp
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/SIMachineFunctionInfo.cpp?rev=212379&r1=212378&r2=212379&view=diff
>> ==============================================================================
>> --- llvm/trunk/lib/Target/R600/SIMachineFunctionInfo.cpp (original)
>> +++ llvm/trunk/lib/Target/R600/SIMachineFunctionInfo.cpp Sat Jul 5 16:16:40 2014
>> @@ -63,7 +63,7 @@ static unsigned createLaneVGPR(MachineRe
>> }
>> }
>> MF->getFunction()->getContext().emitError(
>> - "Could not found S_ENGPGM instrtuction.");
>> + "Could not find S_ENGPGM instrtuction.");
> BTW: "instrtuction" should be "instruction"
>
> Christian.
It should also be S_ENDPGM!
Fixed in r212472
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140707/7b9329e7/attachment.html>
More information about the llvm-commits
mailing list