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:
Benjamin Kramer 2010-01-16 16:14:55 +00:00
parent 2b02b43eb8
commit ea37eb55ee

View File

@ -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) {