mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 02:26:27 +08:00
Fix tautological compare. Not sure why this didn't trigger any test failures.
llvm-svn: 176652
This commit is contained in:
@@ -2758,7 +2758,7 @@ public:
|
||||
return *this;
|
||||
}
|
||||
|
||||
if (Index != -1UL)
|
||||
if (Index != -1U)
|
||||
--SubsetIt;
|
||||
|
||||
return *this;
|
||||
|
||||
Reference in New Issue
Block a user