This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[3.4-BIB] Fix i386-sse-1.c failure


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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]