Commit e4eb230d by Ramana Radhakrishnan Committed by Ramana Radhakrishnan

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
parent 007a787d
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")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment