mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Can't use ref to stack value!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
98f2f8053b
commit
4f01c1ee99
@ -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