EVACUATED: target is definitely HEAP_ALLOCED(), no need to check
[ghc-hetmet.git] / rts / sm / Evac.c-inc
index 477c061..7e10452 100644 (file)
@@ -482,7 +482,7 @@ loop:
       StgClosure *e = ((StgEvacuated*)q)->evacuee;
       *p = e;
       if (stp < gct->evac_step) {  // optimisation 
-         if (HEAP_ALLOCED(e) && Bdescr((P_)e)->step < gct->evac_step) {
+         if (Bdescr((P_)e)->step < gct->evac_step) {
              gct->failed_to_evac = rtsTrue;
              TICK_GC_FAILED_PROMOTION();
          }