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

llvm-svn: 176652
This commit is contained in:
Benjamin Kramer 2013-03-07 20:56:18 +00:00
parent 324322b343
commit 05fea8259e
1 changed files with 1 additions and 1 deletions

View File

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