mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 19:35:54 +00:00
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:
parent
4e4cc7dae8
commit
87d212095f
@ -2758,7 +2758,7 @@ public:
|
||||
return *this;
|
||||
}
|
||||
|
||||
if (Index != -1UL)
|
||||
if (Index != -1U)
|
||||
--SubsetIt;
|
||||
|
||||
return *this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user