From 7aeb8da2138f7521a78d377343b3a266e1e6f9d6 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 14 Feb 2016 18:43:19 -0800 Subject: remove delay slot and stack reg code --- gcc/global.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gcc/global.c') diff --git a/gcc/global.c b/gcc/global.c index d31f615..715ee2c 100755 --- a/gcc/global.c +++ b/gcc/global.c @@ -689,14 +689,6 @@ global_conflicts () record_conflicts (block_start_allocnos, ax); -#ifdef STACK_REGS - /* Pseudos can't go in stack regs at the start of a basic block - that can be reached through a computed goto, since reg-stack - can't handle computed gotos. */ - if (basic_block_computed_jump_target[b]) - for (ax = FIRST_STACK_REG; ax <= LAST_STACK_REG; ax++) - record_one_conflict (ax); -#endif } insn = BLOCK_HEAD (b); -- cgit v1.2.3