aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorJie Zhang <jie.zhang@analog.com>2010-02-26 15:52:41 +0000
committerJie Zhang <jie.zhang@analog.com>2010-02-26 15:52:41 +0000
commit3fde54a228eaf5288bc42ea24b29c0e35b6f4984 (patch)
tree3db1790b9f10be01eb36178af7f963f62a2773ad /gas/config
parente23c0ad8203bbfda72320affa385760e85fa5ac2 (diff)
downloadfsf-binutils-gdb-3fde54a228eaf5288bc42ea24b29c0e35b6f4984.zip
fsf-binutils-gdb-3fde54a228eaf5288bc42ea24b29c0e35b6f4984.tar.gz
fsf-binutils-gdb-3fde54a228eaf5288bc42ea24b29c0e35b6f4984.tar.bz2
* config/tc-arm.c (neon_select_shape): No need to match
the remaining operands in the shape when one operand does not match.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-arm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c
index d172042..69057b7 100644
--- a/gas/config/tc-arm.c
+++ b/gas/config/tc-arm.c
@@ -11790,6 +11790,8 @@ neon_select_shape (enum neon_shape shape, ...)
case SE_L:
break;
}
+ if (!matches)
+ break;
}
if (matches)
break;