commit | 41b6e327f7dedfb9d3020f60f6c6804efeb75b16 | [log] [tgz] |
---|---|---|
author | Hal Finkel <hfinkel@anl.gov> | Tue Sep 02 22:36:58 2014 +0000 |
committer | Hal Finkel <hfinkel@anl.gov> | Tue Sep 02 22:36:58 2014 +0000 |
tree | 86d48544afdbb19396a0da91df47d339d35f0572 | |
parent | 79ec2ed4171b5496f58f28998b85fd46827d22f8 [diff] |
[CFLAA] Remove tautological comparison Fixes this (the warning is right, the unsigned value is not negative): lib/Analysis/StratifiedSets.h:689:53: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] bool inbounds(StratifiedIndex N) const { return N >= 0 && N < Links.size(); } git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216987 91177308-0d34-0410-b5e6-96231b3b80d8