* config/tc-arm.c (neon_select_shape): No need to match

the remaining operands in the shape when one operand does
	not match.
This commit is contained in:
Jie Zhang 2010-02-26 15:52:41 +00:00
parent e23c0ad820
commit 3fde54a228
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2010-02-26 Jie Zhang <jie@codesourcery.com>
* config/tc-arm.c (neon_select_shape): No need to match
the remaining operands in the shape when one operand does
not match.
2010-02-26 Jie Zhang <jie@codesourcery.com>
* config/tc-arm.c (do_neon_ld_st_interleave): Reject bad

View File

@ -11790,6 +11790,8 @@ neon_select_shape (enum neon_shape shape, ...)
case SE_L:
break;
}
if (!matches)
break;
}
if (matches)
break;