r204298 - in /branches/gomp-4_0-branch/gcc: Cha...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Fri Nov 1 16:50:00 GMT 2013


Author: jakub
Date: Fri Nov  1 16:50:04 2013
New Revision: 204298

URL: http://gcc.gnu.org/viewcvs?rev=204298&root=gcc&view=rev
Log:
	* cgraph.h (enum linear_stride_type): Remove.
	(enum simd_clone_arg_type): New.
	(struct simd_clone_arg): Remove linear_stride, linear_stride_num
	and uniform fields.  Add arg_type and linear_step.
	* omp-low.c (simd_clone_struct_copy): Formatting.
	(simd_clone_struct_alloc): Likewise.  Use size_t.
	(simd_clone_clauses_extract, simd_clone_compute_base_data_type,
	simd_clone_adjust_argument_types): Adjust for struct simd_clone_arg
	changes.
	(simd_clone_mangle): Likewise.  Handle negative linear step.

Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/cgraph.h
    branches/gomp-4_0-branch/gcc/omp-low.c



More information about the Gcc-cvs mailing list