]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/stmt.c
rtl.h (emit_clobber, [...]): Declare.
[thirdparty/gcc.git] / gcc / stmt.c
index 57e8ad4db7e25ca0905be03da26696e0ba89555a..00dd59ce46350ed157bd9e0da844845e01deee34 100644 (file)
@@ -1775,11 +1775,11 @@ expand_nl_goto_receiver (void)
 {
   /* Clobber the FP when we get here, so we have to make sure it's
      marked as used by this function.  */
-  emit_insn (gen_rtx_USE (VOIDmode, hard_frame_pointer_rtx));
+  emit_use (hard_frame_pointer_rtx);
 
   /* Mark the static chain as clobbered here so life information
      doesn't get messed up for it.  */
-  emit_insn (gen_rtx_CLOBBER (VOIDmode, static_chain_rtx));
+  emit_clobber (static_chain_rtx);
 
 #ifdef HAVE_nonlocal_goto
   if (! HAVE_nonlocal_goto)