CodeGen: silence a warning
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 3 Aug 2014 23:00:38 +0000 (23:00 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 3 Aug 2014 23:00:38 +0000 (23:00 +0000)
commit335c0ca2c667cb6c7bdf35c4286862fbf1f46142
tree2219cb36ee9591cb31dd4a4a25bc26d30af7dfb9
parent0f2bc4912655cd2d6aa276623ee21cf15ae42c5b
CodeGen: silence a warning

GCC 4.8.2 objects to the tautological condition in the assert as the unsigned
value is guaranteed to be >= 0.  Simplify the assertion by dropping the
tautological condition.

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