]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix a documentation issue in a previous check in.
authorDoug Kwan <dougkwan@gcc.gnu.org>
Tue, 17 Mar 2009 21:33:00 +0000 (21:33 +0000)
committerDoug Kwan <dougkwan@gcc.gnu.org>
Tue, 17 Mar 2009 21:33:00 +0000 (21:33 +0000)
Fix a documentation issue in a previous check in.  Move C++ entry to
cp/ChangeLog

From-SVN: r144922

gcc/ChangeLog
gcc/cp/ChangeLog

index 8736d5f31a49d5e273d597f55050f500452a0924..5e979677846365a039cedce25820dae15790fd4a 100644 (file)
@@ -22,7 +22,6 @@
        PR middle-end/39378
        * function.h: Move is_thunk from rtl_data structure to function
        structure.
-       * cp/method.c (use_thunk): Change is_thunk from crtl to cfun.
        * varasm.c (assemble_start_function): Change is_thunk from crtl to
        cfun.
        * config/alpha/alpha.c: Change is_thunk from crtl to cfun.
index 172d121681b50539258e00677d9e071176b193d7..a925c5ddfe814ee81a32cbe1120256f14c415d9b 100644 (file)
@@ -1,3 +1,8 @@
+2009-03-17  Jing Yu  <jingyu@google.com>
+
+       PR middle-end/39378
+       * method.c (use_thunk): Change is_thunk from crtl to cfun.
+
 2009-03-17  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/39475