diff options
author | YamaArashi <shadow962@live.com> | 2016-02-14 20:14:37 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-14 20:14:37 -0800 |
commit | 69d04ba246cd5716eb4efd0ad8bc761a2d3ae7ab (patch) | |
tree | f32e0530782cc8b6e2d84d6026e699fa3b93d165 /gcc/genattrtab.c | |
parent | 0aebbdf6f7c204a0453892a0f946ce3821b6b6ca (diff) |
remove insn scheduling (not supported with thumb)
Diffstat (limited to 'gcc/genattrtab.c')
-rwxr-xr-x | gcc/genattrtab.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 029a1ff..6911f4b 100755 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -2056,9 +2056,6 @@ expand_units () for (op = unit->ops; op; op = op->next) { -#ifdef HAIFA - rtx blockage = op->issue_exp; -#else rtx blockage = operate_exp (POS_MINUS_OP, readycost, make_numeric_value (1)); @@ -2074,7 +2071,6 @@ expand_units () blockage); blockage = operate_exp (MAX_OP, blockage, op->issue_exp); -#endif blockage = simplify_knowing (blockage, unit->condexp); /* Add this op's contribution to MAX (BLOCKAGE (E,*)) and |