public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [3.4-BIB] Fix i386-sse-1.c failure
@ 2002-11-08  4:34 Jan Hubicka
  0 siblings, 0 replies; only message in thread
From: Jan Hubicka @ 2002-11-08  4:34 UTC (permalink / raw)
  To: gcc-patches

Hi,
installed as obivous.
Fri Nov  8 13:33:36 CET 2002  Jan Hubicka  <jh@suse.cz>
	* i386.md (sse_loadss, sse2_loadsd): Fix expander.
Index: i386.md
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/i386/i386.md,v
retrieving revision 1.380.4.23
diff -c -3 -p -r1.380.4.23 i386.md
*** i386.md	8 Nov 2002 10:37:45 -0000	1.380.4.23
--- i386.md	8 Nov 2002 12:33:13 -0000
***************
*** 18899,18904 ****
--- 18899,18905 ----
  {
    emit_insn (gen_sse_loadss_1 (operands[0], operands[1],
  			       CONST0_RTX (V4SFmode)));
+   DONE;
  })
  
  (define_insn "sse_loadss_1"
***************
*** 22331,22336 ****
--- 22332,22338 ----
  {
    emit_insn (gen_sse2_loadsd_1 (operands[0], operands[1],
  			        CONST0_RTX (V2DFmode)));
+   DONE;
  })
  
  (define_insn "sse2_loadsd_1"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-08 12:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-08  4:34 [3.4-BIB] Fix i386-sse-1.c failure Jan Hubicka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).