Hello! > * i386/i386.c Move all CPU cost tables to x86-tune-costs.h > (COSTS_N_BYTES): Move to x86-tune-costs.h > (DUMMY_STRINGOP_ALGS):x86-tune-costs.h
Missing full stops. Partial sentence in the last one. > (TARGET_SCHED_DISPATCH): Move to ix86-tnue-sched-bd.c. > (TARGET_SCHED_DISPATCH_DO): Move to ix86-tnue-sched-bd.c. > (TARGET_SCHED_REORDER): Move to ix86-tnue-sched-bd.c. > (DISPATCH_WINDOW_SIZE): Move to ix86-tnue-sched-bd.c. > (MAX_DISPATCH_WINDOWS): Move to ix86-tnue-sched-bd.c. > (MAX_INSN): Move to ix86-tnue-sched-bd.c. > (MAX_IMM): Move to ix86-tnue-sched-bd.c. > (MAX_IMM_SIZE): Move to ix86-tnue-sched-bd.c. > (MAX_IMM_32): Move to ix86-tnue-sched-bd.c. > (MAX_IMM_64): Move to ix86-tnue-sched-bd.c. > (MAX_LOAD): Move to ix86-tnue-sched-bd.c. > (MAX_STORE): Move to ix86-tnue-sched-bd.c. > (BIG): Move to ix86-tnue-sched-bd.c. > (enum dispatch_group): Move to ix86-tnue-sched-bd.c. > (enum insn_path): Move to ix86-tnue-sched-bd.c. > (get_mem_group): Move to ix86-tnue-sched-bd.c. > (is_cmp): Move to ix86-tnue-sched-bd.c. > (dispatch_violation): Move to ix86-tnue-sched-bd.c. > (is_branch): Move to ix86-tnue-sched-bd.c. > (is_prefetch): Move to ix86-tnue-sched-bd.c. > (init_window): Move to ix86-tnue-sched-bd.c. > (allocate_window): Move to ix86-tnue-sched-bd.c. > (init_dispatch_sched): Move to ix86-tnue-sched-bd.c. > (is_end_basic_block): Move to ix86-tnue-sched-bd.c. > (process_end_window): Move to ix86-tnue-sched-bd.c. > (allocate_next_window): Move to ix86-tnue-sched-bd.c. > (find_constant): Move to ix86-tnue-sched-bd.c. > (get_num_immediates): Move to ix86-tnue-sched-bd.c. > (has_immediate): Move to ix86-tnue-sched-bd.c. > (get_insn_path): Move to ix86-tnue-sched-bd.c. > (get_insn_group): Move to ix86-tnue-sched-bd.c. > (count_num_restricted): Move to ix86-tnue-sched-bd.c. > (fits_dispatch_window): Move to ix86-tnue-sched-bd.c. > (add_insn_window): Move to ix86-tnue-sched-bd.c. > (add_to_dispatch_window): Move to ix86-tnue-sched-bd.c. > (debug_dispatch_window_file): Move to ix86-tnue-sched-bd.c. > (debug_dispatch_window): Move to ix86-tnue-sched-bd.c. > (debug_insn_dispatch_info_file): Move to ix86-tnue-sched-bd.c. > (debug_ready_dispatch): Move to ix86-tnue-sched-bd.c. > (do_dispatch): Move to ix86-tnue-sched-bd.c. > (has_dispatch): Move to ix86-tnue-sched-bd.c. tnue -> tune in the above. Uros.