* optabs.c (init_traps): Fix typo in last change.

From-SVN: r29652
This commit is contained in:
Mark Mitchell 1999-09-24 08:40:11 +00:00 committed by Mark Mitchell
parent ef6748cb70
commit fd903acc80
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Sep 24 01:45:05 1999 Mark Mitchell <mark@codesourcery.com>
* optabs.c (init_traps): Fix typo in last change.
Fri Sep 24 01:10:11 1999 Mark Mitchell <mark@codesourcery.com>
* toplev.c (rest_of_decl_compilation): Update comment.

View File

@ -4763,7 +4763,7 @@ init_traps ()
if (HAVE_conditional_trap)
{
trap_rtx = gen_rtx_fmt_ee (EQ, VOIDmode, NULL_RTX, NULL_RTX);
ggc_add_tree_root (&trap_rtx, 1);
ggc_add_rtx_root (&trap_rtx, 1);
}
}
#endif