summaryrefslogtreecommitdiff
path: root/gcc/config/alpha
diff options
context:
space:
mode:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2012-04-18 15:06:35 +0000
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2012-04-18 15:06:35 +0000
commited13de710af4fe852cbdf7df6d94e52d405b095d (patch)
tree30a51bf18f18a9e25a4fdae88e686bdc0416b37b /gcc/config/alpha
parenta963cb4677f9bec5ed6d6ff9dad559eb4b1058e8 (diff)
downloadgcc-ed13de710af4fe852cbdf7df6d94e52d405b095d.tar.gz
* config/alpha/sync.md (fetchop_name): Change ior attribute to "or".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186572 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/alpha')
-rw-r--r--gcc/config/alpha/sync.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/sync.md b/gcc/config/alpha/sync.md
index 90f6c5cd8d4..bde99c456cf 100644
--- a/gcc/config/alpha/sync.md
+++ b/gcc/config/alpha/sync.md
@@ -19,7 +19,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 "reg_or_8bit_operand")
(ior "or_operand") (xor "or_operand") (and "and_operand")])