]> granicus.if.org Git - llvm/commit
Fix a sign compare warning breaking the -Werror build.
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Mon, 25 Feb 2019 19:33:58 +0000 (19:33 +0000)
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Mon, 25 Feb 2019 19:33:58 +0000 (19:33 +0000)
commit876791187315ceeda37c34daf16bf56247c48ff4
tree8edbe2fc2e41b8d7bae768914d1e934f1c81b079
parent0ddb4123306ae28cbd53f4746f71f72e8d82b257
Fix a sign compare warning breaking the -Werror build.

The warning was introduced at r354793.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354810 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp