Fix a documentation issue in a previous check in.

Fix a documentation issue in a previous check in.  Move C++ entry to
cp/ChangeLog

From-SVN: r144922
This commit is contained in:
Doug Kwan 2009-03-17 21:33:00 +00:00
parent 0631b69f9a
commit 03f30216c1
2 changed files with 5 additions and 1 deletions

View 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.

View 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