[llvm-commits] [llvm] r169117 - /llvm/trunk/lib/Target/Hexagon/HexagonOperands.td

Anshuman Dasgupta adasgupt at codeaurora.org
Mon Dec 3 09:49:29 PST 2012


Jyotsna,

Many of these if clauses can also be changed from:

if (x)
    return true
else
    return false

to:
return x;

That will be cleaner.

Thanks
-Anshu


On 12/3/2012 11:30 AM, Jyotsna Verma wrote:
>
> Thanks Craig!
>
> I will fix it in the next patch.
>
> -Jyotsna
>
> --
>
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, 
> hosted by The Linux Foundation
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121203/1f92a931/attachment.html>


More information about the llvm-commits mailing list