mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-05 12:31:46 +00:00
Revive dead assert.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93638 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2b02b43eb8
commit
ea37eb55ee
@ -149,8 +149,8 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
inline bool operator>(const _Self& x) const {
|
inline bool operator>(const _Self& x) const {
|
||||||
return idx > x.idx;
|
|
||||||
assert(Term == x.Term && "Cannot compare iterators of different blocks!");
|
assert(Term == x.Term && "Cannot compare iterators of different blocks!");
|
||||||
|
return idx > x.idx;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline _Self& operator+=(int Right) {
|
inline _Self& operator+=(int Right) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user