Skip to content

Commit befc58c

Browse files
author
Claudiu Zissulescu
committed
Update mult_operator predicate
1 parent 3946613 commit befc58c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

gcc/ChangeLog.ARC

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2013-04-07 Claudiu Zissulescu <[email protected]>
2+
3+
* config/arc/predicates.md (mult_operator): Update.
4+
15
2013-04-07 Claudiu Zissulescu <[email protected]>
26

37
* config/arc/arc.c: Identation fix.

gcc/config/arc/predicates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@
592592
(match_operand 0 "shiftr4_operator")))
593593

594594
(define_predicate "mult_operator"
595-
(and (match_code "mult") (match_test "TARGET_ARC700 && TARGET_MPY_SET"))
595+
(and (match_code "mult") (match_test "(TARGET_ARC700 && TARGET_MPY_SET) || EM_MULTI"))
596596
)
597597

598598
(define_predicate "commutative_operator"

0 commit comments

Comments
 (0)