mirror of git://gcc.gnu.org/git/gcc.git
sync.md (sync_optab): Change ior attribute to "or".
2012-04-19 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org> * config/arm/sync.md (sync_optab): Change ior attribute to "or". From-SVN: r186587
This commit is contained in:
parent
007a787db4
commit
e4eb230d8d
|
@ -1,3 +1,7 @@
|
|||
2012-04-19 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
|
||||
|
||||
* config/arm/sync.md (sync_optab): Change ior attribute to "or".
|
||||
|
||||
2012-04-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
|
||||
|
||||
PR c/52283/37985
|
||||
|
|
|
@ -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")])
|
||||
|
|
Loading…
Reference in New Issue