projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f28fd43
)
Fix typo.
author
David Edelsohn
<dje@gcc.gnu.org>
Mon, 28 Nov 2016 19:57:50 +0000
(14:57 -0500)
committer
David Edelsohn
<dje@gcc.gnu.org>
Mon, 28 Nov 2016 19:57:50 +0000
(14:57 -0500)
From-SVN: r242931
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index
40ef344
..
ab62746
100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-5,7
+5,7
@@
number in mode wider than HOST_BITS_PER_WIDE_INT, use
simplify_const_unary_operation to produce CONST_DOUBLE or
CONST_WIDE_INT.
- (simplify_plus_minus): Han
ld
e the case where neg_const_int
+ (simplify_plus_minus): Han
dl
e the case where neg_const_int
doesn't return a CONST_INT.
2016-11-28 Markus Trippelsdorf <markus@trippelsdorf.de>