(substitute_in_type, case REAL_TYPE): Fix typo in previous change.

From-SVN: r6627
This commit is contained in:
Richard Kenner 1994-02-26 07:13:48 -05:00
parent afb52ee701
commit 818a0d4e44

View 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);