diff options
author | David Edelsohn <edelsohn@gnu.org> | 1996-02-25 00:12:16 +0000 |
---|---|---|
committer | David Edelsohn <edelsohn@gnu.org> | 1996-02-25 00:12:16 +0000 |
commit | 54d299ce723ab523e83492e365f65537a11fb29f (patch) | |
tree | 1ebfe01af6a82d8a8296c4763600acfe89a09b33 /gcc | |
parent | 1902f7fd5998a4c795b78f1995cca6680c0bfccd (diff) | |
download | gcc-54d299ce723ab523e83492e365f65537a11fb29f.zip gcc-54d299ce723ab523e83492e365f65537a11fb29f.tar.gz gcc-54d299ce723ab523e83492e365f65537a11fb29f.tar.bz2 |
fix movsf typo
From-SVN: r11346
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/rs6000.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 76891ae..fec54cc 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -5103,7 +5103,7 @@ (match_operand:SF 1 "easy_fp_constant" ""))] "reload_completed && REGNO (operands[0]) <= 31" [(set (subreg:SI (match_dup 0) 0) (subreg:SI (match_dup 1) 0))] - "" + "") (define_insn "" [(set (match_operand:SF 0 "fp_reg_or_mem_operand" "=f,f,m") |