Fix glibc s_scalbn.c miscompilation at -O.

* config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.

From-SVN: r32610
This commit is contained in:
Jim Wilson 2000-03-17 20:22:18 +00:00 committed by Jim Wilson
parent e65271be0f
commit fa9a44e815
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Fri Mar 17 11:51:34 2000 Jim Wilson <wilson@cygnus.com>
* config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
* config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.

View File

@ -685,7 +685,7 @@
(ashift:DI (zero_extend:DI (match_operand:SI 2 "register_operand" "r"))
(const_int 32))))]
""
"mix4.r %0 = %1, %2"
"mix4.r %0 = %2, %1"
[(set_attr "type" "I")])