diff --git a/src/dataflow.cpp b/src/dataflow.cpp index f12b5ca..3931a81 100644 --- a/src/dataflow.cpp +++ b/src/dataflow.cpp @@ -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. * Push the associated expression to the register on the local * expression stack */