Revive dead assert.

llvm-svn: 93638
This commit is contained in:
Benjamin Kramer 2010-01-16 16:14:55 +00:00
parent aa77d8f532
commit 92e94ed8c6

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