* optabs.c (init_traps): Fix typo in last change.
authorMark Mitchell <mark@codesourcery.com>
Fri, 24 Sep 1999 08:40:11 +0000 (08:40 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 24 Sep 1999 08:40:11 +0000 (08:40 +0000)
From-SVN: r29652

gcc/ChangeLog
gcc/optabs.c

index 20b0fc1..ec5798f 100644 (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.
index 32abf39..319a19f 100644 (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