mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 08:54:59 +00:00
Revive dead assert.
llvm-svn: 93638
This commit is contained in:
parent
aa77d8f532
commit
92e94ed8c6
@ -149,8 +149,8 @@ public:
|
||||
}
|
||||
|
||||
inline bool operator>(const _Self& x) const {
|
||||
return idx > x.idx;
|
||||
assert(Term == x.Term && "Cannot compare iterators of different blocks!");
|
||||
return idx > x.idx;
|
||||
}
|
||||
|
||||
inline _Self& operator+=(int Right) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user