This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r181963 - in /branches/cilkplus/gcc: ChangeLog....


Author: hjl
Date: Sat Dec  3 00:36:58 2011
New Revision: 181963

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181963
Log:
Properly call cilk_output_metadata

2011-12-02  Balaji V. Iyer  <balaji.v.iyer@intel.com>

	* cilk.c (create_metadata_label): Make notes instead of CODE_LABEL.
	(delete_zca_list): New function.
	(cilk_output_metadata): Called delete_zca_list().
	* final.c (rest_of_handle_final): Added a call for
	cilk_output_metadata.
	* toplev.c (compile_file): Removed call for cilk_output_metadata.

Modified:
    branches/cilkplus/gcc/ChangeLog.cilk
    branches/cilkplus/gcc/cilk.c
    branches/cilkplus/gcc/final.c
    branches/cilkplus/gcc/toplev.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]