fold-const.c (const_binop): Combine two VECTOR_CST under operation CODE to produce...
authorBingfeng Mei <bmei@broadcom.com>
Wed, 8 Apr 2009 13:51:35 +0000 (13:51 +0000)
committerBingfeng Mei <meibf@gcc.gnu.org>
Wed, 8 Apr 2009 13:51:35 +0000 (13:51 +0000)
commitd1d1c602b81789f09e2e35ce2b5c01c13bcebb34
tree5f363db3db831835937fc93bc08008f4d2f74046
parent40a14772d9e3ac71989aa3c8638d0fd40ed4ae9a
fold-const.c (const_binop): Combine two VECTOR_CST under operation CODE to produce a new one.

2009-04-08 Bingfeng Mei <bmei@broadcom.com>

* fold-const.c (const_binop): Combine two VECTOR_CST under operation
        CODE to produce a new one. Add a prototype to use fold_convert_const

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