Typo fix.

From-SVN: r112564
This commit is contained in:
Ben Elliston 2006-03-31 14:08:41 +11:00
parent 9d11d99eb9
commit 738caefc9e

View File

@ -233,7 +233,7 @@
PR tree-optimization/25125
* convert.c (convert_to_integer): Don't narrow the type of a
PLUX_EXPR or MINUS_EXPR if !flag_wrapv and the unwidened type
PLUS_EXPR or MINUS_EXPR if !flag_wrapv and the unwidened type
is signed.
2005-12-26 Graham Stott <graham.stott@btinternet.com>