diff options
Diffstat (limited to 'gcc/config/alpha/sync.md')
-rw-r--r-- | gcc/config/alpha/sync.md | 2 |
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")]) |