diff options
author | David Edelsohn <dje@gcc.gnu.org> | 2001-05-15 15:29:44 -0400 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2001-05-15 15:29:44 -0400 |
commit | a51ccef3e81bcaf523a9568ca3b8a444828491f4 (patch) | |
tree | 7963c644b9184128618461179b5eb49ec9dec059 /gcc | |
parent | 78e1b90d92801fb80eb85237453b108e7c724f35 (diff) | |
download | gcc-a51ccef3e81bcaf523a9568ca3b8a444828491f4.zip gcc-a51ccef3e81bcaf523a9568ca3b8a444828491f4.tar.gz gcc-a51ccef3e81bcaf523a9568ca3b8a444828491f4.tar.bz2 |
fix typo
From-SVN: r42112
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 39f6c3d..5c57965 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,7 +3,7 @@ * rs6000.md (movdi splitter): Sign extend more efficiently. * rs6000.c (reg_or_arith_cint_operand): Redefine 64-bit constant to "long long" valid on 32-bit and 64-bit hosts. - (logical_operand): Cast trunc_int_for_mode rturn value. + (logical_operand): Cast trunc_int_for_mode return value. (rs6000_emit_move): Shift macro to encapsulate variable. (rs6000_va_start): Use HOST_WIDE_INT_PRINT_DEC. (rs6000_emit_{prologue,epilogue}): EH regno is unsigned but |