diff options
Diffstat (limited to 'gcc/lra-int.h')
-rw-r--r-- | gcc/lra-int.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/lra-int.h b/gcc/lra-int.h index 5e78604..02b0ae4 100644 --- a/gcc/lra-int.h +++ b/gcc/lra-int.h @@ -91,12 +91,10 @@ struct lra_reg /* True if the pseudo should not be assigned to a stack register. */ bool no_stack_p; #endif -#ifdef ENABLE_CHECKING /* True if the pseudo crosses a call. It is setup in lra-lives.c and used to check that the pseudo crossing a call did not get a call used hard register. */ bool call_p; -#endif /* Number of references and execution frequencies of the register in *non-debug* insns. */ int nrefs, freq; |