From: H.J. Lu Date: Tue, 2 Nov 2010 21:34:10 +0000 (+0000) Subject: Fix a typo in *sibcall_1_rex64_vzeroupper. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2050af0af4837f3c8583805216b74960427a39f0;p=gcc.git Fix a typo in *sibcall_1_rex64_vzeroupper. 2010-11-02 H.J. Lu * config/i386/i386.md (*sibcall_1_rex64_vzeroupper): Fix a typo. From-SVN: r166215 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5b8a3c43dc9..570b67daf8b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-11-02 H.J. Lu + + * config/i386/i386.md (*sibcall_1_rex64_vzeroupper): Fix a + typo. + 2010-11-02 Eric Botcazou * basic-block.h (insert_insn_end_bb_new): Delete. diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 278bd77a366..a4dc9de0e31 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -11515,7 +11515,7 @@ (match_operand 1 "" "")) (unspec [(match_operand 2 "const_int_operand" "")] UNSPEC_CALL_NEEDS_VZEROUPPER)] - "TARGET_VZEROUPPER && TARGET_64BIT && !SIBLING_CALL_P (insn)" + "TARGET_VZEROUPPER && TARGET_64BIT && SIBLING_CALL_P (insn)" "#" "&& reload_completed" [(const_int 0)]