diff mbox

wide-int, rs6000

Message ID 4291D841-6C2D-4D42-8E29-BEF36916F8E5@comcast.net
State New
Headers show

Commit Message

Mike Stump Nov. 26, 2013, 9:46 p.m. UTC
On Nov 25, 2013, at 12:03 PM, David Edelsohn <dje.gcc@gmail.com> wrote:
> 2) non_logical_cint_operand changed const_double to const_wide_int, it
> did not add the additional CODE. Mike explained why in a private
> conversation, but the ChangeLog should be corrected.
diff mbox

Patch

Index: gcc/ChangeLog.wide-int
===================================================================
--- gcc/ChangeLog.wide-int	(revision 205414)
+++ gcc/ChangeLog.wide-int	(working copy)
@@ -68,9 +68,9 @@ 
 	* config/rs6000/predicates.md
 	(any_operand): Add const_wide_int.
 	(zero_constant): Likewise.
-	(non_logical_cint_operand): Likewise.
 	(input_operand): Likewise.
 	(splat_input_operand): Likewise.
+	(non_logical_cint_operand): Change const_double to const_wide_int.
 	* config/rs6000/rs6000.c
 	(num_insns_constant): Handle CONST_WIDE_INT.
 	(easy_altivec_constant): Remove comment.