mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 14:31:29 +08:00
rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
2003-02-10 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3. From-SVN: r62644
This commit is contained in:
parent
57116c342f
commit
17edbda579
@ -1,3 +1,7 @@
|
||||
2003-02-10 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
|
||||
|
||||
2003-02-09 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* tree.h (struct tree_decl): Remove unused live_range_rtl field.
|
||||
|
@ -4054,7 +4054,7 @@ static struct builtin_description bdesc_2arg[] =
|
||||
{ 0, CODE_FOR_spe_brinc, "__builtin_spe_brinc", SPE_BUILTIN_BRINC },
|
||||
|
||||
/* Place-holder. Leave as last binary SPE builtin. */
|
||||
{ 0, CODE_FOR_spe_evxor, "__builtin_spe_evxor", SPE_BUILTIN_EVXOR },
|
||||
{ 0, CODE_FOR_xorv2si3, "__builtin_spe_evxor", SPE_BUILTIN_EVXOR },
|
||||
};
|
||||
|
||||
/* AltiVec predicates. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user