From 69d04ba246cd5716eb4efd0ad8bc761a2d3ae7ab Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 14 Feb 2016 20:14:37 -0800 Subject: remove insn scheduling (not supported with thumb) --- gcc/recog.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'gcc/recog.c') diff --git a/gcc/recog.c b/gcc/recog.c index 0557321..32d31d5 100755 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -920,14 +920,6 @@ general_operand (op, mode) if (code == SUBREG) { -#ifdef INSN_SCHEDULING - /* On machines that have insn scheduling, we want all memory - reference to be explicit, so outlaw paradoxical SUBREGs. */ - if (GET_CODE (SUBREG_REG (op)) == MEM - && GET_MODE_SIZE (mode) > GET_MODE_SIZE (GET_MODE (SUBREG_REG (op)))) - return 0; -#endif - op = SUBREG_REG (op); code = GET_CODE (op); #if 0 @@ -2408,9 +2400,6 @@ split_block_insns (b, do_split) { /* try_split returns the NOTE that INSN became. */ first = NEXT_INSN (first); -#ifdef INSN_SCHEDULING - update_flow_info (notes, first, last, insn); -#endif PUT_CODE (insn, NOTE); NOTE_SOURCE_FILE (insn) = 0; NOTE_LINE_NUMBER (insn) = NOTE_INSN_DELETED; -- cgit v1.2.3