Fix tautological compare. Not sure why this didn't trigger any test failures.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176652 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer 2013-03-07 20:56:18 +00:00
parent 4e4cc7dae8
commit 87d212095f

View File

@ -2758,7 +2758,7 @@ public:
return *this;
}
if (Index != -1UL)
if (Index != -1U)
--SubsetIt;
return *this;