(substitute_in_type, case REAL_TYPE): Fix typo in previous change.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 26 Feb 1994 12:13:48 +0000 (07:13 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 26 Feb 1994 12:13:48 +0000 (07:13 -0500)
From-SVN: r6627

gcc/tree.c

index 8d2df27b783ddaa97d76016079bd4e6870a91ff9..c22be3d6d5d0a827125c260e81a67bd16fc575e0 100644 (file)
@@ -2124,7 +2124,7 @@ substitute_in_type (t, f, r)
              && TREE_CODE (TYPE_MAX_VALUE (t)) != REAL_CST
              && contains_placeholder_p (TYPE_MAX_VALUE (t))))
        {
-         t = copy_type (t);
+         t = build_type_copy (t);
 
          if (TYPE_MIN_VALUE (t))
            TYPE_MIN_VALUE (t) = substitute_in_expr (TYPE_MIN_VALUE (t), f, r);