From 31e4b46c1695725d0a54e48dc05ca70b0e1a8057 Mon Sep 17 00:00:00 2001 From: ramana Date: Thu, 19 Apr 2012 11:21:34 +0000 Subject: 2012-04-19 Ramana Radhakrishnan * config/arm/sync.md (sync_optab): Change ior attribute to "or". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186587 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/arm/sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/arm/sync.md') diff --git a/gcc/config/arm/sync.md b/gcc/config/arm/sync.md index 96de0f37d8d..03838f5d247 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")]) -- cgit v1.2.1