]> gcc.gnu.org Git - gcc.git/commitdiff
* 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 20b0fc1d66e04cc3de86f5cc85e7a65e374bc43c..ec5798fcc9d30795c119089e65953fed7e34ceea 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 32abf391985b635ba6494fb2d5e85c069e5202f6..319a19f913d166b6c90ad4a831d7829e35e666e6 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
This page took 0.074287 seconds and 5 git commands to generate.