Commit ae3aa00d by Jan Hubicka

* i386.c (ix86_init_mmx_sse_builtins): Fix thinko.

From-SVN: r55371
parent 6d844e9d
Wed Jul 10 18:48:55 CEST 2002 Jan Hubicka <jh@suse.cz>
* i386.c (ix86_init_mmx_sse_builtins): Fix thinko.
2002-07-10 Jeffrey A Law <law@redhat.com> 2002-07-10 Jeffrey A Law <law@redhat.com>
* mn10200.c (expand_epilogue): Fix test to determine which scratch * mn10200.c (expand_epilogue): Fix test to determine which scratch
...@@ -1191,6 +1195,7 @@ Thu Jun 20 00:26:53 2002 Denis Chertykov <denisc@overta.ru> ...@@ -1191,6 +1195,7 @@ Thu Jun 20 00:26:53 2002 Denis Chertykov <denisc@overta.ru>
at start of buffer. at start of buffer.
* gcc.c (trad_capable_cpp): Use cc1 always. * gcc.c (trad_capable_cpp): Use cc1 always.
>>>>>>> 1.14808
2002-06-20 Jeffrey Law <law@redhat.com> 2002-06-20 Jeffrey Law <law@redhat.com>
* i386.h (TARGET_DEFAULT): Do not turn on frame pointer * i386.h (TARGET_DEFAULT): Do not turn on frame pointer
......
...@@ -11941,7 +11941,7 @@ ix86_init_mmx_sse_builtins () ...@@ -11941,7 +11941,7 @@ ix86_init_mmx_sse_builtins ()
long_long_unsigned_type_node, NULL_TREE); long_long_unsigned_type_node, NULL_TREE);
tree v2si_ftype_v2sf tree v2si_ftype_v2sf
= build_function_type_list (V2SI_type_node, V2SFmode, NULL_TREE); = build_function_type_list (V2SI_type_node, V2SF_type_node, NULL_TREE);
tree v2sf_ftype_v2si tree v2sf_ftype_v2si
= build_function_type_list (V2SF_type_node, V2SI_type_node, NULL_TREE); = build_function_type_list (V2SF_type_node, V2SI_type_node, NULL_TREE);
tree v2si_ftype_v2si tree v2si_ftype_v2si
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment