]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/expmed.c
Merge with trunk.
[thirdparty/gcc.git] / gcc / expmed.c
index 8c13687ff417e36c63a66e0ff941146a864c0e15..deb7896293877e6a153de68b58f3de61d7bb6cb3 100644 (file)
@@ -3689,11 +3689,6 @@ expand_sdiv_pow2 (enum machine_mode mode, rtx op0, HOST_WIDE_INT d)
     {
       rtx temp2;
 
-      /* ??? emit_conditional_move forces a stack adjustment via
-        compare_from_rtx so, if the sequence is discarded, it will
-        be lost.  Do it now instead.  */
-      do_pending_stack_adjust ();
-
       start_sequence ();
       temp2 = copy_to_mode_reg (mode, op0);
       temp = expand_binop (mode, add_optab, temp2, gen_int_mode (d - 1, mode),