diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1992-04-18 18:58:49 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1992-04-18 18:58:49 -0700 |
commit | c8332879d817e0d98faafef982099d9c963789df (patch) | |
tree | 450da6259659e04045a78440bb104c8d40bfe6ba | |
parent | 3501632240b1016da6a377785a8f7567ceb7dfcb (diff) | |
download | gcc-c8332879d817e0d98faafef982099d9c963789df.zip gcc-c8332879d817e0d98faafef982099d9c963789df.tar.gz gcc-c8332879d817e0d98faafef982099d9c963789df.tar.bz2 |
*** empty log message ***
From-SVN: r789
-rw-r--r-- | gcc/config/sparc/sparc.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index 31faa3c..a3bbdf9 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -2102,10 +2102,10 @@ (define_insn "" [(set (match_operand:DI 0 "register_operand" "=&r") (ashift:DI (const_int 1) - (match_operand:SI 2 "register_operand" "r"))) + (match_operand:SI 1 "register_operand" "r"))) (clobber (reg:SI 0))] "" - "subcc %2,32,%%g0\;addx %%g0,0,%R0\;xor %R0,1,%0\;sll %R0,%2,%R0\;sll %0,%2,%0" + "subcc %1,32,%%g0\;addx %%g0,0,%R0\;xor %R0,1,%0\;sll %R0,%1,%R0\;sll %0,%1,%0" [(set_attr "type" "multi") (set_attr "length" "5")]) |