* i386.md (cmpstr expander): Obey TARGET_INLINE_ALL_STRINGOPS

From-SVN: r74413
This commit is contained in:
Jan Hubicka 2003-12-08 11:25:54 +01:00 committed by Jan Hubicka
parent af5734de25
commit 8738323373
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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>
PR ada/13324, PR ada/12614

View file

@ -15873,7 +15873,7 @@
(match_operand:BLK 2 "general_operand" "")))
(use (match_operand 3 "general_operand" ""))
(use (match_operand 4 "immediate_operand" ""))]
"! optimize_size"
"! optimize_size || TARGET_INLINE_ALL_STRINGOPS"
{
rtx addr1, addr2, out, outlow, count, countreg, align;