]> git.ipfire.org Git - thirdparty/gcc.git/commit
fold-const.c (fold_unary): Optimize away a VIEW_CONVERT_EXPR to the same type as...
authorRoger Sayle <roger@eyesopen.com>
Fri, 19 Jan 2007 00:30:47 +0000 (00:30 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Fri, 19 Jan 2007 00:30:47 +0000 (00:30 +0000)
commitf85242f0ce997c299c1a07f5fe94f5ffe63bf599
treebeee2e7571eb302362386c8264bf2c958e486978
parent63d71dea804d48244d7bdd506d8ae48f2f312b3b
fold-const.c (fold_unary): Optimize away a VIEW_CONVERT_EXPR to the same type as it's operand.

* fold-const.c (fold_unary) <VIEW_CONVERT_EXPR>: Optimize away a
VIEW_CONVERT_EXPR to the same type as it's operand.

From-SVN: r120945
gcc/ChangeLog
gcc/fold-const.c