diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/i386/i386.md | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5b8a3c4..570b67d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-11-02 H.J. Lu <hongjiu.lu@intel.com> + + * config/i386/i386.md (*sibcall_1_rex64_vzeroupper): Fix a + typo. + 2010-11-02 Eric Botcazou <ebotcazou@adacore.com> * basic-block.h (insert_insn_end_bb_new): Delete. diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 278bd77..a4dc9de 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)] |
