Commit 87383233 by Jan Hubicka Committed by Jan Hubicka

* i386.md (cmpstr expander): Obey TARGET_INLINE_ALL_STRINGOPS

From-SVN: r74413
parent af5734de
2003-12-08 Jan Hubicka <jh@suse.cz>
* i386.md (cmpstr expander): Obey TARGET_INLINE_ALL_STRINGOPS
2003-12-08 Arnaud Charlet <charlet@act-europe.fr> 2003-12-08 Arnaud Charlet <charlet@act-europe.fr>
PR ada/13324, PR ada/12614 PR ada/13324, PR ada/12614
......
...@@ -15873,7 +15873,7 @@ ...@@ -15873,7 +15873,7 @@
(match_operand:BLK 2 "general_operand" ""))) (match_operand:BLK 2 "general_operand" "")))
(use (match_operand 3 "general_operand" "")) (use (match_operand 3 "general_operand" ""))
(use (match_operand 4 "immediate_operand" ""))] (use (match_operand 4 "immediate_operand" ""))]
"! optimize_size" "! optimize_size || TARGET_INLINE_ALL_STRINGOPS"
{ {
rtx addr1, addr2, out, outlow, count, countreg, align; rtx addr1, addr2, out, outlow, count, countreg, align;
......
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