runtime: mark go-context.S as no-executable-stack and split-stack supported
[gcc.git] / gcc / combine-stack-adj.c
index 3638a1b10ee4c81d2cba803355bbb588eb37405f..d14d59abced05b34309f3241f18ab0190a335ca4 100644 (file)
@@ -133,7 +133,6 @@ single_set_for_csa (rtx_insn *insn)
          && SET_SRC (this_rtx) == SET_DEST (this_rtx))
        ;
       else if (GET_CODE (this_rtx) != CLOBBER
-              && GET_CODE (this_rtx) != CLOBBER_HIGH
               && GET_CODE (this_rtx) != USE)
        return NULL_RTX;
     }