summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-13 13:28:39 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-13 13:28:39 +0000
commit1b89f7c8342cb0d240f713cb691c1e461e1be8ec (patch)
tree31dab40ee35384309e852be59fabe5f32a80c061 /gcc
parent3aca49a41ee1b38e688fb6e83dcc0c781bced980 (diff)
downloadgcc-1b89f7c8342cb0d240f713cb691c1e461e1be8ec.tar.gz
2007-04-13 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.opt (mpopcnt): Replace "popcount" instruction with "popcnt" instruction. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123786 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/i386.opt2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 825f0445c92..4029fbdc9fd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-13 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/i386/i386.opt (mpopcnt): Replace "popcount" instruction
+ with "popcnt" instruction.
+
2007-04-13 Richard Guenther <rguenther@suse.de>
PR tree-optimization/21258
diff --git a/gcc/config/i386/i386.opt b/gcc/config/i386/i386.opt
index 59b7bfe65ce..8bab3777f50 100644
--- a/gcc/config/i386/i386.opt
+++ b/gcc/config/i386/i386.opt
@@ -209,7 +209,7 @@ Support MMX, SSE, SSE2, SSE3 and SSE4A built-in functions and code generation
mpopcnt
Target Report Mask(POPCNT)
-Support code generation of popcount instruction for popcount built-ins
+Support code generation of popcnt instruction for popcount built-ins
namely __builtin_popcount, __builtin_popcountl and __builtin_popcountll
mabm