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:
Ramana Radhakrishnan 2012-04-19 11:21:34 +00:00 committed by Ramana Radhakrishnan
parent 007a787db4
commit e4eb230d8d
2 changed files with 5 additions and 1 deletions

View File

@ -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> 2012-04-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
PR c/52283/37985 PR c/52283/37985

View File

@ -29,7 +29,7 @@
(define_code_iterator syncop [plus minus ior xor and]) (define_code_iterator syncop [plus minus ior xor and])
(define_code_attr sync_optab (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 (define_mode_attr sync_sfx
[(QI "b") (HI "h") (SI "") (DI "d")]) [(QI "b") (HI "h") (SI "") (DI "d")])