[llvm] r257477 - Register Data Flow: data flow graph

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 08:44:43 PST 2016


On 1/12/2016 10:38 AM, Hans Wennborg wrote:
>
> I get a warning about this:
>
> ../lib/Target/Hexagon/RDFGraph.cpp:792:15: warning: comparison of
> unsigned expression >= 0 is always true [-Wtype-limits]
>     assert(P >= 0 && P < SS);
>                 ^

Right, I saw it too.  For some reason this warning doesn't show up in my 
build.  I'll fix it now.

-Krzysztof

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, 
hosted by The Linux Foundation


More information about the llvm-commits mailing list