diff options
Diffstat (limited to 'gcc/global.c')
-rwxr-xr-x | gcc/global.c | 8 |
1 files changed, 0 insertions, 8 deletions
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); |