Commit fd903acc by Mark Mitchell Committed by Mark Mitchell

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

From-SVN: r29652
parent ef6748cb
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> Fri Sep 24 01:10:11 1999 Mark Mitchell <mark@codesourcery.com>
* toplev.c (rest_of_decl_compilation): Update comment. * toplev.c (rest_of_decl_compilation): Update comment.
......
...@@ -4763,7 +4763,7 @@ init_traps () ...@@ -4763,7 +4763,7 @@ init_traps ()
if (HAVE_conditional_trap) if (HAVE_conditional_trap)
{ {
trap_rtx = gen_rtx_fmt_ee (EQ, VOIDmode, NULL_RTX, NULL_RTX); 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 #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment