From: Uros Bizjak Date: Fri, 11 Nov 2016 19:43:54 +0000 (+0100) Subject: i386.md (*3_doubleword): Mark operand 0 as earlyclobber. X-Git-Tag: releases/gcc-5.5.0~708 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61a37d2f7d3c29ffa2db2f9c6eeced463e5b0e13;p=thirdparty%2Fgcc.git i386.md (*3_doubleword): Mark operand 0 as earlyclobber. * config/i386/i386.md (*3_doubleword): Mark operand 0 as earlyclobber. (*ashl3_doubleword): Ditto for all operand 0 alternatives. From-SVN: r242320 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 63509bf7f162..67622bf186c2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -10,6 +10,7 @@ PR target/78262 * config/i386/i386.md (*3_doubleword): Mark operand 0 as earlyclobber. + (*ashl3_doubleword): Ditto for all operand 0 alternatives. 2016-11-06 Jack Howarth diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index c0c64ee2e71f..03e2c74fd536 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -9282,7 +9282,7 @@ "ix86_expand_binary_operator (ASHIFT, mode, operands); DONE;") (define_insn "*ashl3_doubleword" - [(set (match_operand:DWI 0 "register_operand" "=&r,r") + [(set (match_operand:DWI 0 "register_operand" "=&r,&r") (ashift:DWI (match_operand:DWI 1 "reg_or_pm1_operand" "n,0") (match_operand:QI 2 "nonmemory_operand" "c,c"))) (clobber (reg:CC FLAGS_REG))]