Commit 4f242db3 by Jeffrey A Law Committed by Jeff Law

* fold-const.c (fold_convert): Fix typo.

From-SVN: r19409
parent de12be17
Sat Apr 25 17:17:15 1998 Jeffrey A Law (law@cygnus.com)
* fold-const.c (fold_convert): Fix typo.
Sat Apr 25 17:55:54 1998 John Carr <jfc@mit.edu>
* alias.c (alias_invariant): New variable.
......
......@@ -1521,7 +1521,7 @@ fold_convert (t, arg1)
TREE_OVERFLOW (t)
= ((force_fit_type (t,
(TREE_INT_CST_HIGH (arg1) < 0
& (TREE_UNSIGNED (type)
&& (TREE_UNSIGNED (type)
< TREE_UNSIGNED (TREE_TYPE (arg1)))))
&& ! POINTER_TYPE_P (TREE_TYPE (arg1)))
|| TREE_OVERFLOW (arg1));
......
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