diff options
author | Richard Sandiford <rsandifo@gcc.gnu.org> | 2007-09-16 09:46:44 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2007-09-16 09:46:44 +0000 |
commit | ce616dd5acdb51f6ee1705e95c20b1f9f4e41525 (patch) | |
tree | ea9b70f2dc1390cf12ff22bd1b5e266094741810 /gcc | |
parent | 7ed67b7abae8aaed529137bad7a3c5ec3200160c (diff) | |
download | gcc-ce616dd5acdb51f6ee1705e95c20b1f9f4e41525.zip gcc-ce616dd5acdb51f6ee1705e95c20b1f9f4e41525.tar.gz gcc-ce616dd5acdb51f6ee1705e95c20b1f9f4e41525.tar.bz2 |
Fix typo.
From-SVN: r128526
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 ff7bed5..db1ef1c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -2,7 +2,7 @@ * config/mips/mips.md (SHORT): Fix long line. (SUBDI): New mode iterator. Extend the shift-and-truncate insns - to QImode and HImoe. + to QImode and HImode. 2007-09-16 Richard Sandiford <rsandifo@nildram.co.uk> |