Commit 376aec5d by Aldy Hernandez Committed by Aldy Hernandez

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
parent a007e081
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> 2002-02-25 Richard Henderson <rth@redhat.com>
* expr.c (expand_expr) [MULT_EXPR]: Do not apply distributive law * expr.c (expand_expr) [MULT_EXPR]: Do not apply distributive law
......
...@@ -14015,9 +14015,9 @@ ...@@ -14015,9 +14015,9 @@
"* "*
{ {
if (TARGET_MACHO) if (TARGET_MACHO)
return \"mtspr 256,%0\"; return \"mfspr %0,256\";
else else
return \"mtvrsave %0\"; return \"mfvrsave %0\";
}" }"
[(set_attr "type" "altivec")]) [(set_attr "type" "altivec")])
...@@ -14030,7 +14030,7 @@ ...@@ -14030,7 +14030,7 @@
"* "*
{ {
if (TARGET_MACHO) if (TARGET_MACHO)
return \"mfspr %1,256\"; return \"mtspr 256,%1\";
else else
return \"mtvrsave %1\"; return \"mtvrsave %1\";
}" }"
......
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