diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-31 22:08:12 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-31 22:08:12 +0000 |
commit | ff11430a476c56de188f1a88f4b6206d40555ff4 (patch) | |
tree | 37f20de2062d79c28000a5fe980b1c1f90db9556 /gcc/ChangeLog | |
parent | 4702fc25360a4770e172ef1dd9b00d841be5dd49 (diff) | |
download | gcc-ff11430a476c56de188f1a88f4b6206d40555ff4.tar.gz |
* expr.c (compare_from_rtx): Generate comparison between op0 and op1
rather than cc0 and 0 in a case when HAVE_cc0 is not defined.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54122 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 098f7f2db6b..a7ef69cbcd0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-05-31 Igor Shevlyakov <igor@microunity.com> + + * expr.c (compare_from_rtx): Generate comparison between op0 and op1 + rather than cc0 and 0 in a case when HAVE_cc0 is not defined. + 2002-05-31 Matthew Woodcraft <mattheww@chiark.greenend.org.uk> * gcc.c (cpp_unique_options): Remove "-d" options. |