]> gcc.gnu.org Git - gcc.git/commit - gcc/regclass.c
final.c (bb_str): Qualify a char* with the keyword `const'.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sat, 23 Jan 1999 19:45:50 +0000 (19:45 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sat, 23 Jan 1999 19:45:50 +0000 (19:45 +0000)
commit9b3142b340baab707d4e4c45f70fb566f15019de
tree55c79465cdc5b1c6462772036b913316f9fc2f6f
parent5949a9fc20d8cfeff1a4174cd6c433a5bd753ae6
final.c (bb_str): Qualify a char* with the keyword `const'.

        * final.c (bb_str): Qualify a char* with the keyword `const'.
        (add_bb_string, final_scan_insn, output_asm_insn): Likewise.
        * fix-header.c (read_scan_file): Likewise.
        * genoutput.c (output_epilogue, process_template): Likewise.
        * local-alloc.c (requires_inout, block_alloc): Likewise.
        * output.h (output_asm_insn, assemble_string): Likewise.
        * recog.c (recog_constraints, check_asm_operands,
        decode_asm_operands, extract_insn, preprocess_constraints,
        constrain_operands): Likewise.
        * recog.h (operand_alternative, recog_constraints, insn_template,
        insn_outfun, insn_operand_constraint, insn_name): Likewise.
        * regclass.c (record_reg_classes, scan_one_insn): Likewise.
        * regmove.c (find_matches): Likewise.
        * reload.c (alternative_allows_memconst): Likewise.
        * reload1.c (constraint_accepts_reg_p,
        reload_cse_simplify_operands): Likewise.
        * rtl.h (decode_asm_operands): Likewise.
        * scan.h (fn_decl): Likewise.
        * varasm.c (assemble_string): Likewise.

From-SVN: r24834
15 files changed:
gcc/ChangeLog
gcc/final.c
gcc/fix-header.c
gcc/genoutput.c
gcc/local-alloc.c
gcc/output.h
gcc/recog.c
gcc/recog.h
gcc/regclass.c
gcc/regmove.c
gcc/reload.c
gcc/reload1.c
gcc/rtl.h
gcc/scan.h
gcc/varasm.c
This page took 0.053419 seconds and 5 git commands to generate.