* multiple_target.c (pass_data_dispatcher_calls): Fix typo.

From-SVN: r239755
This commit is contained in:
David Edelsohn 2016-08-25 12:07:10 +00:00 committed by David Edelsohn
parent 45fea2b206
commit 30df8b9f1e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-08-25 David Edelsohn <dje.gcc@gmail.com>
* multiple_target.c (pass_data_dispatcher_calls): Fix typo.
2016-08-25 Richard Biener <rguenther@suse.de>
* dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes):

View File

@ -412,7 +412,7 @@ namespace {
const pass_data pass_data_dispatcher_calls =
{
SIMPLE_IPA_PASS, /* type */
"dispachercalls", /* name */
"dispatchercalls", /* name */
OPTGROUP_NONE, /* optinfo_flags */
TV_NONE, /* tv_id */
( PROP_ssa | PROP_cfg ), /* properties_required */