diff options
author | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2001-11-03 22:49:46 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2001-11-03 22:49:46 +0000 |
commit | f6e89b80e2da3ad7c047fc6e62cb6d2442d87288 (patch) | |
tree | c2f7456316f033ea1c1f33bbf33ad0089e5de99d | |
parent | 6bcbe3b64f6df1d0faa3919ec922eb44cbc6004d (diff) | |
download | gcc-f6e89b80e2da3ad7c047fc6e62cb6d2442d87288.zip gcc-f6e89b80e2da3ad7c047fc6e62cb6d2442d87288.tar.gz gcc-f6e89b80e2da3ad7c047fc6e62cb6d2442d87288.tar.bz2 |
Fix formatting and comment typo
From-SVN: r46750
-rw-r--r-- | gcc/config/mmix/mmix.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/mmix/mmix.md b/gcc/config/mmix/mmix.md index 2bdf6e9..920d8a7 100644 --- a/gcc/config/mmix/mmix.md +++ b/gcc/config/mmix/mmix.md @@ -42,7 +42,7 @@ ;; be synthesized ok? (define_insn "movqi" [(set (match_operand:QI 0 "nonimmediate_operand" "=r,r ,r ,x ,r,r,m,??r") - (match_operand:QI 1 "general_operand" "r,LS,K,rI,x,m,r,n"))] + (match_operand:QI 1 "general_operand" "r,LS,K,rI ,x,m,r,n"))] "" "@ SET %0,%1 @@ -1095,7 +1095,7 @@ DIVU %1,%1,%2\;GET %0,:rR\;NEGU %2,0,%0\;CSNN %0,$255,%2") ;; The only peculiar thing is that the register stack has to be unwound at ;; nonlocal_goto_receiver. At each function that has a nonlocal label, we ;; save at function entry the location of the "alpha" register stack -;; pointer, rO, in stack slot known to that function (right below where +;; pointer, rO, in a stack slot known to that function (right below where ;; the frame-pointer would be located). ;; In the nonlocal goto receiver, we unwind the register stack by a series ;; of "pop 0,0" until rO equals the saved value. (If it goes lower, we @@ -1135,7 +1135,7 @@ DIVU %1,%1,%2\;GET %0,:rR\;NEGU %2,0,%0\;CSNN %0,$255,%2") [(set (match_operand:DI 0 "register_operand" "=r") (plus:DI (mult:DI (match_operand:DI 1 "register_operand" "r") (match_operand:DI 2 "const_int_operand" "n")) - (match_operand:DI 3 "mmix_reg_or_8bit_operand" "rI")))] + (match_operand:DI 3 "mmix_reg_or_8bit_operand" "rI")))] "GET_CODE (operands[2]) == CONST_INT && (INTVAL (operands[2]) == 2 || INTVAL (operands[2]) == 4 |