diff options
-rw-r--r-- | gcc/config/arc/simdext.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arc/simdext.md b/gcc/config/arc/simdext.md index f090075..d142aac 100644 --- a/gcc/config/arc/simdext.md +++ b/gcc/config/arc/simdext.md @@ -1382,7 +1382,7 @@ (define_expand "movmisalignv2hi" [(set (match_operand:V2HI 0 "general_operand" "") (match_operand:V2HI 1 "general_operand" ""))] - "" + "unaligned_access" "{ if (prepare_move_operands (operands, V2HImode)) DONE; @@ -1441,7 +1441,7 @@ (define_expand "movmisalign<mode>" [(set (match_operand:VWH 0 "general_operand" "") (match_operand:VWH 1 "general_operand" ""))] - "" + "unaligned_access" "{ if (prepare_move_operands (operands, <MODE>mode)) DONE; |