aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2010-11-02 21:34:10 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2010-11-02 14:34:10 -0700
commit2050af0af4837f3c8583805216b74960427a39f0 (patch)
tree5d52031d0097eb0c3c799708511e8166f0c31e84
parent818aa0c55daf55bb4eaccc31d2be73d78aae4c91 (diff)
downloadgcc-2050af0af4837f3c8583805216b74960427a39f0.zip
gcc-2050af0af4837f3c8583805216b74960427a39f0.tar.gz
gcc-2050af0af4837f3c8583805216b74960427a39f0.tar.bz2
Fix a typo in *sibcall_1_rex64_vzeroupper.
2010-11-02 H.J. Lu <hongjiu.lu@intel.com> * config/i386/i386.md (*sibcall_1_rex64_vzeroupper): Fix a typo. From-SVN: r166215
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/i386.md2
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)]