summaryrefslogtreecommitdiff
path: root/gcc/recog.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-14 20:14:37 -0800
committerYamaArashi <shadow962@live.com>2016-02-14 20:14:37 -0800
commit69d04ba246cd5716eb4efd0ad8bc761a2d3ae7ab (patch)
treef32e0530782cc8b6e2d84d6026e699fa3b93d165 /gcc/recog.c
parent0aebbdf6f7c204a0453892a0f946ce3821b6b6ca (diff)
remove insn scheduling (not supported with thumb)
Diffstat (limited to 'gcc/recog.c')
-rwxr-xr-xgcc/recog.c11
1 files changed, 0 insertions, 11 deletions
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;