Fix: long processing regression introduced in

bb007ddefc0465d36d394fbc4dbe811a633fc72e

Invalidated instructions should still be processed in findBBExps
This commit is contained in:
nemerle 2016-04-25 16:02:58 +02:00
parent d6249916e1
commit 34b1f4f4fe

View File

@ -1121,9 +1121,6 @@ void BB::findBBExps(LOCAL_ID &locals,Function *fnc)
} }
} }
if( not _ic.valid())
continue; // instruction was invalidated, try the next one
/* HLI_PUSH doesn't define any registers, only uses registers. /* HLI_PUSH doesn't define any registers, only uses registers.
* Push the associated expression to the register on the local * Push the associated expression to the register on the local
* expression stack */ * expression stack */