forked from OSchip/llvm-project
parent
315d2d941e
commit
5715b56e65
|
@ -293,7 +293,7 @@ class ValOpIterator : public std::forward_iterator<_V, ptrdiff_t> {
|
|||
private:
|
||||
unsigned int i;
|
||||
int resultPos;
|
||||
_MI*& minstr;
|
||||
_MI* minstr;
|
||||
|
||||
inline void skipToNextVal() {
|
||||
while (i < minstr->getNumOperands() &&
|
||||
|
|
Loading…
Reference in New Issue