(bc_expand_function_start): Likewise.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 4 Mar 1996 13:40:01 +0000 (08:40 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 4 Mar 1996 13:40:01 +0000 (08:40 -0500)
From-SVN: r11412

gcc/function.c

index 6d27d2d25412b2a4de4e3e2123a6360fa8545a9e..cf94c777830217fa4b1330b0301a491a4d54973e 100644 (file)
@@ -5011,7 +5011,7 @@ bc_expand_function_start (subr, parms_have_cleanups)
        }
     }
 
-  bc_begin_function (bc_xstrdup (IDENTIFIER_POINTER (DECL_NAME (subr))));
+  bc_begin_function (xstrdup (IDENTIFIER_POINTER (DECL_NAME (subr))));
 
   ASM_GENERATE_INTERNAL_LABEL (label, "LX", nlab);