File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ 2018-01-15 H.J. Lu <
[email protected] >
2+
3+ * config/i386/predicates.md (indirect_branch_operand): Rewrite
4+ ix86_indirect_branch_register logic.
5+
162018-01-15 H.J. Lu <
[email protected] >
27
38 * config/i386/constraints.md (Bs): Update
Original file line number Diff line number Diff line change 665665; ; Test for a valid operand for indirect branch.
666666(define_predicate " indirect_branch_operand"
667667 (ior (match_operand 0 " register_operand" )
668- (and (not (match_test " TARGET_X32
669- || ix86_indirect_branch_register " ))
668+ (and (not (match_test " ix86_indirect_branch_register " ))
669+ ( not (match_test " TARGET_X32 " ))
670670 (match_operand 0 " memory_operand" ))))
671671
672672; ; Return true if OP is a memory operands that can be used in sibcalls.
You can’t perform that action at this time.
0 commit comments