Commit feeb8c52 by Uros Bizjak Committed by Uros Bizjak

i386.md (*divmod<mode>4): Remove stray "&&" from splitter condition.

	* config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
	splitter condition.
	(*udivmod<mode>4): Ditto.

From-SVN: r158353
parent 1dcfe404
2010-04-14 Uros Bizjak <ubizjak@gmail.com> 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
splitter condition.
(*udivmod<mode>4): Ditto.
2010-04-14 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (maxmin_int): Rename code attribute from * config/i386/i386.md (maxmin_int): Rename code attribute from
maxminiprefix and update all users. maxminiprefix and update all users.
(maxmin_float): Ditto from maxminfprefix. (maxmin_float): Ditto from maxminfprefix.
......
...@@ -7915,7 +7915,7 @@ ...@@ -7915,7 +7915,7 @@
(clobber (reg:CC FLAGS_REG))] (clobber (reg:CC FLAGS_REG))]
"" ""
"#" "#"
"&& reload_completed" "reload_completed"
[(parallel [(set (match_dup 1) [(parallel [(set (match_dup 1)
(ashiftrt:SWIM248 (match_dup 4) (match_dup 5))) (ashiftrt:SWIM248 (match_dup 4) (match_dup 5)))
(clobber (reg:CC FLAGS_REG))]) (clobber (reg:CC FLAGS_REG))])
...@@ -7974,7 +7974,7 @@ ...@@ -7974,7 +7974,7 @@
(clobber (reg:CC FLAGS_REG))] (clobber (reg:CC FLAGS_REG))]
"" ""
"#" "#"
"&& reload_completed" "reload_completed"
[(set (match_dup 1) (const_int 0)) [(set (match_dup 1) (const_int 0))
(parallel [(set (match_dup 0) (parallel [(set (match_dup 0)
(udiv:SWIM248 (match_dup 2) (match_dup 3))) (udiv:SWIM248 (match_dup 2) (match_dup 3)))
......
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