aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorAdam Nemet <anemet@caviumnetworks.com>2009-06-23 00:35:24 +0000
committerAdam Nemet <nemet@gcc.gnu.org>2009-06-23 00:35:24 +0000
commit28a5fb2ee6edc58934e787632930c7c589d2047f (patch)
tree3dd22054e01286522f849b1560ef662126a70914 /gcc/ChangeLog
parentcfb8805e0fcee71ebffd091b62d36f035dfdf268 (diff)
downloadgcc-28a5fb2ee6edc58934e787632930c7c589d2047f.zip
gcc-28a5fb2ee6edc58934e787632930c7c589d2047f.tar.gz
gcc-28a5fb2ee6edc58934e787632930c7c589d2047f.tar.bz2
combine.c (try_combine): Dump information about the insns we're combining.
* combine.c (try_combine): Dump information about the insns we're combining. From-SVN: r148828
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2a28379..49854e1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
2009-06-22 Adam Nemet <anemet@caviumnetworks.com>
+ * combine.c (try_combine): Dump information about the insns we're
+ combining.
+
+2009-06-22 Adam Nemet <anemet@caviumnetworks.com>
+
* combine.c (combine_simplify_rtx): Remove TRULY_NOOP_TRUNCATION
check when calling force_to_mode on TRUNCATE's operand.