* optabs.c (init_traps): Fix typo in last change.
From-SVN: r29652
This commit is contained in:
parent
ef6748cb70
commit
fd903acc80
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user