aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2006-10-21 20:43:32 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2006-10-21 13:43:32 -0700
commit96208aed834bc74bba278d2cd57bd628e6a15930 (patch)
treee71bd22a9438ce11e5b847869b9bc5651df6cc86
parent495ed96c2a50e2ff9ce7b056ca6aea822090ed28 (diff)
downloadgcc-96208aed834bc74bba278d2cd57bd628e6a15930.zip
gcc-96208aed834bc74bba278d2cd57bd628e6a15930.tar.gz
gcc-96208aed834bc74bba278d2cd57bd628e6a15930.tar.bz2
i386.md (UNSPEC_LDQQU): Renamed to ...
2006-10-21 H.J. Lu <hongjiu.lu@intel.com> * config/i386/i386.md (UNSPEC_LDQQU): Renamed to ... (UNSPEC_LDDQU): This. * config/i386/sse.md (sse3_lddqu): Updated. From-SVN: r117938
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/i386/i386.md2
-rw-r--r--gcc/config/i386/sse.md2
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 21550b3..8f2f384 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-21 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/i386/i386.md (UNSPEC_LDQQU): Renamed to ...
+ (UNSPEC_LDDQU): This.
+ * config/i386/sse.md (sse3_lddqu): Updated.
+
2006-10-21 Richard Guenther <rguenther@suse.de>
* builtins.c (expand_builtin_int_roundingfn_2): New function.
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index 997f051..10b5eb8 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -104,7 +104,7 @@
(UNSPEC_MFENCE 44)
(UNSPEC_LFENCE 45)
(UNSPEC_PSADBW 46)
- (UNSPEC_LDQQU 47)
+ (UNSPEC_LDDQU 47)
; Generic math support
(UNSPEC_COPYSIGN 50)
diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md
index 8886e1f..3264ccf 100644
--- a/gcc/config/i386/sse.md
+++ b/gcc/config/i386/sse.md
@@ -261,7 +261,7 @@
(define_insn "sse3_lddqu"
[(set (match_operand:V16QI 0 "register_operand" "=x")
(unspec:V16QI [(match_operand:V16QI 1 "memory_operand" "m")]
- UNSPEC_LDQQU))]
+ UNSPEC_LDDQU))]
"TARGET_SSE3"
"lddqu\t{%1, %0|%0, %1}"
[(set_attr "type" "ssecvt")