Add CONST1_RTX (vector mode) support.
authorJames E Wilson <wilson@specifixinc.com>
Sat, 11 Sep 2004 01:49:40 +0000 (01:49 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Sat, 11 Sep 2004 01:49:40 +0000 (18:49 -0700)
commita73b091d78d0e481c2055e07d37331621fa3136e
tree5f26c8b021c77fc1c736d8455c21494156de0131
parent769da81848f28f866058a4913f68cdaea431e7e5
Add CONST1_RTX (vector mode) support.

* emit-rtl.c (gen_const_vector): Renamed from gen_const_vector_0.
Add integer argument named constant.  Use const_tiny_rtx instead of
CONST0_RTX.
(gen_rtx_CONST_VECTOR): Rewrite to handle checks for both CONST0_RTX
and CONST1_RTX.
(init_emit_once): Fix users of gen_const_vector.  Set CONST1_RTX for
vector types.
* expr.c (const_vector_from_tree): Call gen_rtx_CONST_VECTOR instead
of gen_rtx_raw_CONST_VECTOR.

From-SVN: r87337
gcc/ChangeLog
gcc/emit-rtl.c
gcc/expr.c