rs6000.md (get_vrsave_internal): Fix typo.
2002-02-26 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.md (get_vrsave_internal): Fix typo. ("*set_vrsave_internal"): Same. From-SVN: r50045
This commit is contained in:
parent
a007e0819b
commit
376aec5d8a
@ -1,3 +1,8 @@
|
||||
2002-02-26 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* config/rs6000/rs6000.md (get_vrsave_internal): Fix typo.
|
||||
("*set_vrsave_internal"): Same.
|
||||
|
||||
2002-02-25 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* expr.c (expand_expr) [MULT_EXPR]: Do not apply distributive law
|
||||
|
@ -14015,9 +14015,9 @@
|
||||
"*
|
||||
{
|
||||
if (TARGET_MACHO)
|
||||
return \"mtspr 256,%0\";
|
||||
return \"mfspr %0,256\";
|
||||
else
|
||||
return \"mtvrsave %0\";
|
||||
return \"mfvrsave %0\";
|
||||
}"
|
||||
[(set_attr "type" "altivec")])
|
||||
|
||||
@ -14030,7 +14030,7 @@
|
||||
"*
|
||||
{
|
||||
if (TARGET_MACHO)
|
||||
return \"mfspr %1,256\";
|
||||
return \"mtspr 256,%1\";
|
||||
else
|
||||
return \"mtvrsave %1\";
|
||||
}"
|
||||
|
Loading…
Reference in New Issue
Block a user