Fix a typo in *sibcall_1_rex64_vzeroupper.
authorH.J. Lu <hongjiu.lu@intel.com>
Tue, 2 Nov 2010 21:34:10 +0000 (21:34 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Tue, 2 Nov 2010 21:34:10 +0000 (14:34 -0700)
2010-11-02  H.J. Lu  <hongjiu.lu@intel.com>

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

From-SVN: r166215

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

index 5b8a3c43dc9c71695673b3fd41e6bd20a15b94f3..570b67daf8b0bf2128269ac3b948378e300b045a 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.
index 278bd77a3662599ba648b37e6681f93a4fcd3062..a4dc9de0e3127ebe159fcbfbf6e13c620ca1cfea 100644 (file)
         (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)]