]> granicus.if.org Git - llvm/commit
[InstCombine] remove a redundant check; NFCI
authorSanjay Patel <spatel@rotateright.com>
Wed, 18 Jan 2017 20:09:59 +0000 (20:09 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 18 Jan 2017 20:09:59 +0000 (20:09 +0000)
commita1c9212c461e5ef20cb9688a9bceeb78ddb38a8e
treed5ff82e39a43cb80abdf18238cd75b647b803354
parent28f35758a58b6769ea6e4184fd2fc9368198a22a
[InstCombine] remove a redundant check; NFCI

I missed deleting this check when I refactored this chunk in:
https://reviews.llvm.org/rL292260

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292433 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineCompares.cpp