===================================================================
@@ -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.
===================================================================
@@ -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)]