projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b71a4e
)
* i386.c (ix86_expand_int_addcc): Fix thinko.
author
Jan Hubicka
<jh@suse.cz>
Thu, 9 Jan 2003 00:00:53 +0000
(
01:00
+0100)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Thu, 9 Jan 2003 00:00:53 +0000
(
00:00
+0000)
From-SVN: r61059
gcc/ChangeLog
patch
|
blob
|
history
gcc/config/i386/i386.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index ed19269b379bcd08b028db1ca845e5feb513fbe0..3ac87ed751cae90c27d597f7a4f71007b79cc9fb 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+Thu Jan 9 00:57:15 CET 2003 Jan Hubicka <jh@suse.cz>
+
+ * i386.c (ix86_expand_int_addcc): Fix thinko.
+
2003-01-08 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
diff --git
a/gcc/config/i386/i386.c
b/gcc/config/i386/i386.c
index db361d9791604e2689a494268d6cc9c3c43f9917..c8d02a4fb23be2deb0d80849977f806a75b56cfd 100644
(file)
--- a/
gcc/config/i386/i386.c
+++ b/
gcc/config/i386/i386.c
@@
-9999,7
+9999,7
@@
ix86_expand_int_addcc (operands)
ix86_compare_op1, &compare_op))
return 0;
if (GET_CODE (compare_op) != LTU)
- val =
operands[3] == const1_rtx ? constm1_rtx : const
1_rtx;
+ val =
constm
1_rtx;
if ((GET_CODE (compare_op) == LTU) == (operands[3] == constm1_rtx))
{
switch (GET_MODE (operands[0]))