mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 01:03:52 +00:00
Fix bug in last checkin
llvm-svn: 4058
This commit is contained in:
parent
80cf2a964b
commit
a79cd8735c
@ -104,6 +104,7 @@ public:
|
||||
inline const _Self &operator=(const _Self &I) {
|
||||
assert(Term == I.Term &&"Cannot assign iterators to two different blocks!");
|
||||
idx = I.idx;
|
||||
return *this;
|
||||
}
|
||||
|
||||
inline bool operator==(const _Self& x) const { return idx == x.idx; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user