fact, they are the same transformation applied to different views of
the CFG. */
-static void delete_dead_or_redundant_assignment (gimple_stmt_iterator *, char []);
-static void delete_dead_or_redundant_call (gimple_stmt_iterator *, char []);
+static void delete_dead_or_redundant_assignment (gimple_stmt_iterator *, const char *);
+static void delete_dead_or_redundant_call (gimple_stmt_iterator *, const char *);
/* Bitmap of blocks that have had EH statements cleaned. We should
remove their dead edges eventually. */
/* Delete a dead call at GSI, which is mem* call of some kind. */
static void
-delete_dead_or_redundant_call (gimple_stmt_iterator *gsi, char *type)
+delete_dead_or_redundant_call (gimple_stmt_iterator *gsi, const char *type)
{
gimple *stmt = gsi_stmt (*gsi);
if (dump_file && (dump_flags & TDF_DETAILS))
/* Delete a dead store at GSI, which is a gimple assignment. */
static void
-delete_dead_or_redundant_assignment (gimple_stmt_iterator *gsi, char *type)
+delete_dead_or_redundant_assignment (gimple_stmt_iterator *gsi, const char *type)
{
gimple *stmt = gsi_stmt (*gsi);
if (dump_file && (dump_flags & TDF_DETAILS))