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:
parent
5f9e728807
commit
bd05af6e92
@ -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
Block a user