forked from OSchip/llvm-project
Fix tautological compare. Not sure why this didn't trigger any test failures.
llvm-svn: 176652
This commit is contained in:
parent
324322b343
commit
05fea8259e
|
@ -2758,7 +2758,7 @@ public:
|
|||
return *this;
|
||||
}
|
||||
|
||||
if (Index != -1UL)
|
||||
if (Index != -1U)
|
||||
--SubsetIt;
|
||||
|
||||
return *this;
|
||||
|
|
Loading…
Reference in New Issue