From ffa585754d6f1cc8eae38ae213b1b1dc6a74d7d3 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Mon, 15 Feb 2016 01:41:55 -0800 Subject: remove some hard reg ifdefs --- gcc/stupid.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc/stupid.c') diff --git a/gcc/stupid.c b/gcc/stupid.c index 1ba8881..d912a33 100755 --- a/gcc/stupid.c +++ b/gcc/stupid.c @@ -542,11 +542,7 @@ stupid_find_reg (call_preserved, class, mode, for (i = 0; i < FIRST_PSEUDO_REGISTER; i++) { -#ifdef REG_ALLOC_ORDER - int regno = reg_alloc_order[i]; -#else int regno = i; -#endif /* If a register has screwy overlap problems, don't use it at all if not optimizing. @@ -574,9 +570,7 @@ stupid_find_reg (call_preserved, class, mode, } return regno; } -#ifndef REG_ALLOC_ORDER i += j; /* Skip starting points we know will lose */ -#endif } } -- cgit v1.2.3