We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3946613 commit befc58cCopy full SHA for befc58c
gcc/ChangeLog.ARC
@@ -1,3 +1,7 @@
1
+2013-04-07 Claudiu Zissulescu <claziss@synopsys.com>
2
+
3
+ * config/arc/predicates.md (mult_operator): Update.
4
5
2013-04-07 Claudiu Zissulescu <claziss@synopsys.com>
6
7
* config/arc/arc.c: Identation fix.
gcc/config/arc/predicates.md
@@ -592,7 +592,7 @@
592
(match_operand 0 "shiftr4_operator")))
593
594
(define_predicate "mult_operator"
595
- (and (match_code "mult") (match_test "TARGET_ARC700 && TARGET_MPY_SET"))
+ (and (match_code "mult") (match_test "(TARGET_ARC700 && TARGET_MPY_SET) || EM_MULTI"))
596
)
597
598
(define_predicate "commutative_operator"
0 commit comments