i386.md (*udivmod<mode>4_pow2): Remove reload_completed.
* config/i386/i386.md (*udivmod<mode>4_pow2): Remove reload_completed. From-SVN: r221127
This commit is contained in:
parent
0ce039659d
commit
29e27c0bf3
@ -1,3 +1,8 @@
|
||||
2015-03-02 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* config/i386/i386.md (*udivmod<mode>4_pow2): Remove
|
||||
reload_completed.
|
||||
|
||||
2015-03-02 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
* doc/invoke.texi (Options for Code Generation Conventions):
|
||||
|
@ -7343,7 +7343,7 @@
|
||||
"UINTVAL (operands[3]) - 2 < <MODE_SIZE> * BITS_PER_UNIT
|
||||
&& (UINTVAL (operands[3]) & (UINTVAL (operands[3]) - 1)) == 0"
|
||||
"#"
|
||||
"&& reload_completed"
|
||||
"&& 1"
|
||||
[(set (match_dup 1) (match_dup 2))
|
||||
(parallel [(set (match_dup 0) (lshiftrt:<MODE> (match_dup 2) (match_dup 4)))
|
||||
(clobber (reg:CC FLAGS_REG))])
|
||||
|
Loading…
Reference in New Issue
Block a user