[llvm-commits] [llvm] r60872 - in /llvm/trunk: include/llvm/BasicBlock.h lib/VMCore/BasicBlock.cpp

Török Edwin edwintorok at gmail.com
Thu Dec 11 03:46:08 PST 2008


On 2008-12-11 13:24, Duncan Sands wrote:
> Hi Edwin,
>
>   
>> +  /// multiple edges from the unique predecessor to this block (for example in
>> +  /// case of a switch statement with multiple cases having same destination).
>>     
>
> having same destination -> having the same destination
> Likewise below.
>
>   
>> +    // same predecessor appears multiple times in predecessor list,
>> +    // this is ok
>>     
>
> -> The same predecessor appears multiple times in the predecessor list.
> This is OK.
>   

Thanks, fixed.

Best regards,
--Edwin



More information about the llvm-commits mailing list