Procházet zdrojové kódy

Fix: long processing regression introduced in
bb007ddefc0465d36d394fbc4dbe811a633fc72e

Invalidated instructions should still be processed in findBBExps

nemerle před 8 roky
rodič
revize
34b1f4f4fe
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. 0 3
      src/dataflow.cpp

+ 0 - 3
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 */