diff options
author | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2005-03-01 15:13:22 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2005-03-01 15:13:22 +0000 |
commit | 17c1e037352d472bfe5d6a21b040b65af4356208 (patch) | |
tree | 983474e24e5471bf4579d8780979a8722562e949 /gcc | |
parent | 70388d9433b275054b72014b54f387933f1d8d02 (diff) | |
download | gcc-17c1e037352d472bfe5d6a21b040b65af4356208.zip gcc-17c1e037352d472bfe5d6a21b040b65af4356208.tar.gz gcc-17c1e037352d472bfe5d6a21b040b65af4356208.tar.bz2 |
Correct cmphi comment in PR target/19065 change
From-SVN: r95742
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 c5f2f22..120114c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -293,7 +293,7 @@ ("*andqi_lowpart", "iorsi3", "iorhi3", "iorqi3", "uminsi3"): Insert spaces in constraints to align alternatives vertically for readability. - ("cmphi"): Ditto. Add separate alternative for operand 0 "Q>", + ("cmphi"): Ditto. Add separate alternative for operand 0 "r", operand 1: "M". 2005-02-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> |