diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 1999-09-13 19:20:51 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 1999-09-13 19:20:51 +0000 |
commit | 9a76ab7ea90a0b56a7b2261c9d5515722533616f (patch) | |
tree | b7ad81c2c83b6902cd4634a84e3e382ed9a196a7 /gcc | |
parent | dcff18a1ab5250739bd819d999d48be6c1dd8389 (diff) | |
download | gcc-9a76ab7ea90a0b56a7b2261c9d5515722533616f.zip gcc-9a76ab7ea90a0b56a7b2261c9d5515722533616f.tar.gz gcc-9a76ab7ea90a0b56a7b2261c9d5515722533616f.tar.bz2 |
Fix typos commenting out movdicc, movdfcc
From-SVN: r29383
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/arc/arc.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arc/arc.md b/gcc/config/arc/arc.md index 89ebc8e..2007073 100644 --- a/gcc/config/arc/arc.md +++ b/gcc/config/arc/arc.md @@ -607,7 +607,7 @@ ; 61); ; ; operands[1] = gen_rtx (code, VOIDmode, ccreg, const0_rtx); -}") +;}") (define_expand "movsfcc" [(set (match_operand:SF 0 "register_operand" "") @@ -639,7 +639,7 @@ ; 61); ; ; operands[1] = gen_rtx (code, VOIDmode, ccreg, const0_rtx); -}") +;}") (define_insn "*movsicc_insn" [(set (match_operand:SI 0 "register_operand" "=r") |