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:
Aldy Hernandez 2015-03-02 23:52:42 +00:00 committed by Aldy Hernandez
parent 0ce039659d
commit 29e27c0bf3
2 changed files with 6 additions and 1 deletions

View File

@ -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):

View File

@ -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))])