diff options
author | Jie Zhang <jie@codesourcery.com> | 2010-12-21 09:18:49 +0000 |
---|---|---|
committer | Jie Zhang <jiez@gcc.gnu.org> | 2010-12-21 09:18:49 +0000 |
commit | f0433b26e73a34b6eea280ed3afe18416ae3a0b6 (patch) | |
tree | ef24f8c45777f1b068ec64c95fac8ad1122e1a75 /gcc | |
parent | ef72faafed9afb201c610dba63a17296829ce9b5 (diff) | |
download | gcc-f0433b26e73a34b6eea280ed3afe18416ae3a0b6.zip gcc-f0433b26e73a34b6eea280ed3afe18416ae3a0b6.tar.gz gcc-f0433b26e73a34b6eea280ed3afe18416ae3a0b6.tar.bz2 |
* config/arm/arm-ldmstm.ml: Fix a typo in comment.
From-SVN: r168106
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/arm/arm-ldmstm.ml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e71e511..cbfafbd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-12-21 Jie Zhang <jie@codesourcery.com> + + * config/arm/arm-ldmstm.ml: Fix a typo in comment. + 2010-12-21 Jakub Jelinek <jakub@redhat.com> PR middle-end/45852 diff --git a/gcc/config/arm/arm-ldmstm.ml b/gcc/config/arm/arm-ldmstm.ml index b841a1d..221edd2 100644 --- a/gcc/config/arm/arm-ldmstm.ml +++ b/gcc/config/arm/arm-ldmstm.ml @@ -26,7 +26,7 @@ 3.09.2, though other versions will probably work too. Run with: - ocaml arm-ldmstm.ml >/path/to/gcc/config/arm/ldmstm.ml + ocaml arm-ldmstm.ml >/path/to/gcc/config/arm/ldmstm.md *) type amode = IA | IB | DA | DB |