Message ID | CACUk7=WaEYFKnxswJZH3eQF1HZHAf4qs3de2-TuvuCjcynuaEA@mail.gmail.com |
---|---|
State | Accepted |
Headers | show |
diff --git a/gcc/config/arm/sync.md b/gcc/config/arm/sync.md index 96de0f3..03838f5 100644 --- a/gcc/config/arm/sync.md +++ b/gcc/config/arm/sync.md @@ -29,7 +29,7 @@ (define_code_iterator syncop [plus minus ior xor and]) (define_code_attr sync_optab - [(ior "ior") (xor "xor") (and "and") (plus "add") (minus "sub")]) + [(ior "or") (xor "xor") (and "and") (plus "add") (minus "sub")]) (define_mode_attr sync_sfx [(QI "b") (HI "h") (SI "") (DI "d")])