PR target/47364
* config/i386/i386.md (strlensi): Enable for !TARGET_64BIT only.
(strlendi): Enable for TARGET_64BIT only.
From-SVN: r176875
+2011-07-28 Uros Bizjak <ubizjak@gmail.com>
+
+ PR target/47364
+ * config/i386/i386.md (strlensi): Enable for !TARGET_64BIT only.
+ (strlendi): Enable for TARGET_64BIT only.
+
2011-07-19 Jakub Jelinek <jakub@redhat.com>
Backport from mainline
2011-06-16 Kaz Kojima <kkojima@gcc.gnu.org>
- Backport form main line
+ Backport from mainline
2011-06-09 Kaz Kojima <kkojima@gcc.gnu.org>
PR target/49307
(unspec:SI [(match_operand:BLK 1 "general_operand" "")
(match_operand:QI 2 "immediate_operand" "")
(match_operand 3 "immediate_operand" "")] UNSPEC_SCAS))]
- ""
+ "!TARGET_64BIT"
{
if (ix86_expand_strlen (operands[0], operands[1], operands[2], operands[3]))
DONE;
(unspec:DI [(match_operand:BLK 1 "general_operand" "")
(match_operand:QI 2 "immediate_operand" "")
(match_operand 3 "immediate_operand" "")] UNSPEC_SCAS))]
- ""
+ "TARGET_64BIT"
{
if (ix86_expand_strlen (operands[0], operands[1], operands[2], operands[3]))
DONE;