1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Can't use ref to stack value!

llvm-svn: 354
This commit is contained in:
Vikram S. Adve 2001-08-09 20:14:22 +00:00
parent 5f9e728807
commit bd05af6e92

View File

@ -293,7 +293,7 @@ class ValOpIterator : public std::forward_iterator<_V, ptrdiff_t> {
private: private:
unsigned int i; unsigned int i;
int resultPos; int resultPos;
_MI*& minstr; _MI* minstr;
inline void skipToNextVal() { inline void skipToNextVal() {
while (i < minstr->getNumOperands() && while (i < minstr->getNumOperands() &&