* config/arc/constraints.md (Rcq): Simplify register number test.
From-SVN: r204900
This commit is contained in:
parent
53677b17cb
commit
036def0f23
@ -1,3 +1,7 @@
|
||||
2013-11-16 Joern Rennecke <joern.rennecke@embecosm.com>
|
||||
|
||||
* config/arc/constraints.md (Rcq): Simplify register number test.
|
||||
|
||||
2013-11-15 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* gimple.h (enum gf_mask): Change the ordering of GF_OMP_* bits.
|
||||
|
@ -338,7 +338,7 @@
|
||||
(and (match_code "REG")
|
||||
(match_test "TARGET_Rcq
|
||||
&& !arc_ccfsm_cond_exec_p ()
|
||||
&& ((((REGNO (op) & 7) ^ 4) - 4) & 15) == REGNO (op)")))
|
||||
&& IN_RANGE (REGNO (op) ^ 4, 4, 11)")))
|
||||
|
||||
; If we need a reload, we generally want to steer reload to use three-address
|
||||
; alternatives in preference of two-address alternatives, unless the
|
||||
|
Loading…
Reference in New Issue
Block a user