diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 689efa52f37..124f5280950 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1977,10 +1977,6 @@ extern int regstack_completed; the same indirect address eventually. */ extern int cse_not_expected; -/* Set to nonzero before life analysis to indicate that it is unsafe to - generate any new pseudo registers. */ -extern int no_new_pseudos; - /* Translates rtx code to tree code, for those codes needed by REAL_ARITHMETIC. The function returns an int because the caller may not know what `enum tree_code' means. */ |