Commit 29e27c0b by Aldy Hernandez Committed by Aldy Hernandez

i386.md (*udivmod<mode>4_pow2): Remove reload_completed.

	* config/i386/i386.md (*udivmod<mode>4_pow2): Remove
	reload_completed.

From-SVN: r221127
parent 0ce03965
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))])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment