aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2012-04-19 16:59:17 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2012-04-19 12:59:17 -0400
commit3877ce4522575e04000fc2c165304c309b217d6b (patch)
tree86da52b93db946e5977e1271cb2f8be7e18b1c9f /gcc
parent6802bcd44d065d6f598aee414a3af34ce8441365 (diff)
downloadgcc-3877ce4522575e04000fc2c165304c309b217d6b.zip
gcc-3877ce4522575e04000fc2c165304c309b217d6b.tar.gz
gcc-3877ce4522575e04000fc2c165304c309b217d6b.tar.bz2
* config/rs6000/sync.md (fetchop_name): Change ior attribute to "or".
From-SVN: r186599
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/rs6000/sync.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7226912..ff1ab1b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-19 David Edelsohn <dje.gcc@gmail.com>
+
+ * config/rs6000/sync.md (fetchop_name): Change ior attribute to "or".
+
2012-04-19 Jim Meyering <meyering@redhat.com>
genmodes: remove misleading use of strncpy
diff --git a/gcc/config/rs6000/sync.md b/gcc/config/rs6000/sync.md
index 38bd8ba..d4848a8 100644
--- a/gcc/config/rs6000/sync.md
+++ b/gcc/config/rs6000/sync.md
@@ -24,7 +24,7 @@
(define_code_iterator FETCHOP [plus minus ior xor and])
(define_code_attr fetchop_name
- [(plus "add") (minus "sub") (ior "ior") (xor "xor") (and "and")])
+ [(plus "add") (minus "sub") (ior "or") (xor "xor") (and "and")])
(define_code_attr fetchop_pred
[(plus "add_operand") (minus "gpc_reg_operand")
(ior "logical_operand") (xor "logical_operand") (and "and_operand")])