===================================================================
@@ -73,7 +73,7 @@
(splat_input_operand): Likewise.
* config/rs6000/rs6000.c
(num_insns_constant): Handle CONST_WIDE_INT.
- (easy_altivec_constant): Update comment.
+ (easy_altivec_constant): Remove comment.
(paired_expand_vector_init): Use CONSTANT_P.
(rs6000_legitimize_address): Handle CONST_WIDE_INT.
(rs6000_emit_move): Update checks.
===================================================================
@@ -5054,8 +5054,6 @@ easy_altivec_constant (rtx op, enum mach
if (mode == V2DImode)
{
- /* In case the compiler is built 32-bit, CONST_WIDE_INT
- constants are not easy. */
if (GET_CODE (CONST_VECTOR_ELT (op, 0)) != CONST_INT
|| GET_CODE (CONST_VECTOR_ELT (op, 1)) != CONST_INT)
return false;