OSDN Git Service

Fix a typo in *sibcall_1_rex64_vzeroupper.
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Nov 2010 21:34:10 +0000 (21:34 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Nov 2010 21:34:10 +0000 (21:34 +0000)
2010-11-02  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.md (*sibcall_1_rex64_vzeroupper): Fix a
typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166215 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/i386.md

index 5b8a3c4..570b67d 100644 (file)
@@ -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.
 2010-11-02  Eric Botcazou  <ebotcazou@adacore.com>
 
        * basic-block.h (insert_insn_end_bb_new): Delete.
index 278bd77..a4dc9de 100644 (file)
         (match_operand 1 "" ""))
    (unspec [(match_operand 2 "const_int_operand" "")]
           UNSPEC_CALL_NEEDS_VZEROUPPER)]
         (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)]
   "#"
   "&& reload_completed"
   [(const_int 0)]