aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2001-04-11 19:45:49 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2001-04-11 19:45:49 +0000
commit9b7949d5ffff47d657935da2ea6ec5aa3e77f9a7 (patch)
tree893f402862757e0a812fbfbedce1b13d64213b40 /gcc/cp/ChangeLog
parent2f5bf149f227198c523c682cb16052ac90ed54b4 (diff)
downloadgcc-9b7949d5ffff47d657935da2ea6ec5aa3e77f9a7.zip
gcc-9b7949d5ffff47d657935da2ea6ec5aa3e77f9a7.tar.gz
gcc-9b7949d5ffff47d657935da2ea6ec5aa3e77f9a7.tar.bz2
optimize.c (maybe_clone_body): Copy DECL_NUM_STMTS from the cloned function to the clone.
* optimize.c (maybe_clone_body): Copy DECL_NUM_STMTS from the cloned function to the clone. From-SVN: r41267
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 6183bb8..704c7fc 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-11 Mark Mitchell <mark@codesourcery.com>
+
+ * optimize.c (maybe_clone_body): Copy DECL_NUM_STMTS from the
+ cloned function to the clone.
+
2001-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Make-lang.in (cp/semantics.o): Depend on $(EXPR_H).