diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2011-06-10 14:20:44 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2011-06-10 14:20:44 +0000 |
commit | 9aaa7e4784a08e2564f771ee1ee01252da3334d0 (patch) | |
tree | cb38c051fd4426dd2a0239c40df352a4c6963bfb /gcc/system.h | |
parent | 32293e2bd60afe1e629c5b563e00314b3201495c (diff) | |
download | gcc-9aaa7e4784a08e2564f771ee1ee01252da3334d0.tar.gz |
ira-costs.c: Remove #ifdefs on dead FORBIDDEN_INC_DEC_CLASSES.
* ira-costs.c: Remove #ifdefs on dead FORBIDDEN_INC_DEC_CLASSES.
Adjust comments.
* system.h (FORBIDDEN_INC_DEC_CLASSES): Poison.
From-SVN: r174908
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h index 70c006a6100..d95b9505443 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -827,7 +827,7 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN; USING_SVR4_H SVR4_ASM_SPEC FUNCTION_ARG FUNCTION_ARG_ADVANCE \ FUNCTION_INCOMING_ARG IRA_COVER_CLASSES TARGET_VERSION \ MACHINE_TYPE TARGET_HAS_TARGETCM ASM_OUTPUT_BSS \ - SETJMP_VIA_SAVE_AREA + SETJMP_VIA_SAVE_AREA FORBIDDEN_INC_DEC_CLASSES /* Hooks that are no longer used. */ #pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \ |