commit | 0e67289a03b5492557c593edcb5fe76be5f67ff3 | [log] [tgz] |
---|---|---|
author | Sanjoy Das <sanjoy@playingwithpointers.com> | Wed Nov 11 00:16:41 2015 +0000 |
committer | Sanjoy Das <sanjoy@playingwithpointers.com> | Wed Nov 11 00:16:41 2015 +0000 |
tree | 4b3f8c258e2fa7350c19e9dcd4f2ac8f06e2da8a | |
parent | 6178878323061281473ad1827b1e666ab3faadcf [diff] |
[ValueTracking] Remove untested / unreachable code, NFC Right now isTruePredicate is only ever called with Pred == ICMP_SLE or ICMP_ULE, and the ICMP_SLT and ICMP_ULT cases are dead. This change removes the untested dead code so that the function is not misleading. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252676 91177308-0d34-0410-b5e6-96231b3b80d8