]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cfgbuild.c
rtl.h (emit_clobber, [...]): Declare.
[thirdparty/gcc.git] / gcc / cfgbuild.c
index b4e3baad8201683f90b39e267e04bfa2439dadb7..3b9c6faef8e504d4da16218872bfad667b35aff3 100644 (file)
@@ -170,7 +170,7 @@ count_basic_blocks (const_rtx f)
      check for the edge case of do-nothing functions with no basic blocks.  */
   if (count == NUM_FIXED_BLOCKS)
     {
-      emit_insn (gen_rtx_USE (VOIDmode, const0_rtx));
+      emit_use (const0_rtx);
       count = NUM_FIXED_BLOCKS + 1;
     }