Correct errors in comments.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 7 Feb 1995 20:18:43 +0000 (12:18 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 7 Feb 1995 20:18:43 +0000 (12:18 -0800)
commit5325c0fa5778943372e0ad81912b495b829fe071
treeaba35c06407557cf5a519efabcf063bc43256d80
parent51bd623f2bbfcc82d4448258b81508d3958fb109
Correct errors in comments.

(calc_live_regs, expand_acall): Delete TARGET_SMALLCALL support.
(need_slot): Add comment.  Delete test of INSN_ANNULLED_BRANCH_P.
(print_operand_address): Delete '*', '^', '!' support.
(synth_constant): Call zero_extend* instead of and*.  Call ashlsi3_k
instead of ashlsi3_n.
(prepare_scc_operands): Abort for NE case.
(output_move_double, output_far_jump, output_branch): Delete commented
out code.  Don't output assembler comments.
(gen_ashift): Don't call addsi3.
(fixit): Delete redundant test for QImode constants.
(hi_const): Delete TARGET_SHORTADDR support.
(find_barrier): Don't put constant pool between mova and its label.
(add_function, seen_function, bsr_operand, mac_operand,
fake_shift): Delete.
(sh_expand_prologue, expand_acall): Delete TARGET_BSR support.
(general_movsrc_operand): Don't reject non-I CONST_INT.

From-SVN: r8889
gcc/config/sh/sh.c