On 05/08/14 12:18, Kyrill Tkachov wrote:
> Hi all,
> 
> This is a cleanup to replace usages of GET_CODE (x) == CONST_INT with 
> CONST_INT_P (x) and GET_CODE (x) == REG with REG_P (x). No functional 
> changes.
> 
> Tested on aarch64-none-elf and bootstrapped on aarch64-linux.
> 
> Ok for trunk?
> 
> Thanks,
> Kyrill
> 
> 2014-08-05  Kyrylo Tkachov  <kyrylo.tkac...@arm.com>
> 
>      * config/aarch64/aarch64.c (aarch64_classify_address): Use REG_P and
>      CONST_INT_P instead of GET_CODE and compare.
>      (aarch64_select_cc_mode): Likewise.
>      (aarch64_print_operand): Likewise.
>      (aarch64_rtx_costs): Likewise.
>      (aarch64_simd_valid_immediate): Likewise.
>      (aarch64_simd_check_vect_par_cnst_half): Likewise.
>      (aarch64_simd_emit_pair_result_insn): Likewise.
> 
> 
OK.

R.


Reply via email to