re PR target/24954 (ICE: could not split insn)
PR target/24954 * config/rs6000/predicates.md (easy_vector_constant_add_self): Fix typo last change. From-SVN: r107359
This commit is contained in:
parent
30f37b8d0c
commit
8f7bb6d72c
@ -1,3 +1,9 @@
|
||||
2005-11-23 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
PR target/24954
|
||||
* config/rs6000/predicates.md (easy_vector_constant_add_self): Fix
|
||||
typo last change.
|
||||
|
||||
2005-11-22 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
PR middle-end/24950
|
||||
|
@ -317,7 +317,7 @@
|
||||
(match_test "easy_altivec_constant (op, mode)")))
|
||||
{
|
||||
rtx last = CONST_VECTOR_ELT (op, GET_MODE_NUNITS (mode) - 1);
|
||||
HOST_WIDE_INT val = ((INTVAL (last) & 0xff) ^ 0x7f) - 0x7f;
|
||||
HOST_WIDE_INT val = ((INTVAL (last) & 0xff) ^ 0x80) - 0x80;
|
||||
return EASY_VECTOR_15_ADD_SELF (val);
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user