aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Sawdey <acsawdey@linux.vnet.ibm.com>2017-03-20 20:43:44 +0000
committerAaron Sawdey <acsawdey@linux.vnet.ibm.com>2017-03-20 20:43:44 +0000
commit0966f04849c90116801caac79ec909ee79a72189 (patch)
tree28ade5b110b369fc3911a51430d591a3b520170a
parent8a8f5b67dc9582222da400e675fc14993588fff7 (diff)
2017-03-20 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
PR target/80083 * config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for alternatives 13/14. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@246293 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/rs6000/rs6000.md2
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 07fc63898d3..4b4563728fd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2017-03-20 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
+
+ PR target/80083
+ * config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for
+ alternatives 13/14.
+
2017-03-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
PR tree-optimization/80054
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index 164fc2c33c6..802e25752de 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -6727,7 +6727,7 @@
[(set (match_operand:SI 0 "rs6000_nonimmediate_operand"
"=r, r, r, ?*wI, ?*wH,
m, ?Z, ?Z, r, r,
- r, ?*wIwH, ?*wJwK, ?*wK, ?*wJwK,
+ r, ?*wIwH, ?*wJwK, ?*wJwK, ?*wu,
?*wJwK, ?*wH, ?*wK, ?*wIwH, ?r,
r, *c*l, *h, *h")