aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@integrable-solutions.net>2005-06-11 22:30:16 +0000
committerGabriel Dos Reis <gdr@integrable-solutions.net>2005-06-11 22:30:16 +0000
commit623fe876bbc200dc8cb21dd4fadacfbbf49461e8 (patch)
treef38572052408444c3df071733b0f79aa8e5b5e9f /gcc/rtl.h
parentf709f4116ccd94286fab7ae7b522427a137608eb (diff)
* rtl.h (to_rtx_code): Remove.
* machmode.h (to_machine_mode): Likewise. * read-rtl.c (apply_mode_macro): Replace to_machine_mode with explicit cast. (apply_mode_maps): Likewise. (read_rtx_1): Likewise. (apply_code_macro): Replace to to_rtx_code with explicit cast. (check_code_macro): Likewise. (read_rtx_1): Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@100846 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index bbd1c62a421..69091ab36d0 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -51,8 +51,6 @@ enum rtx_code {
#define NUM_RTX_CODE ((int) LAST_AND_UNUSED_RTX_CODE)
/* The cast here, saves many elsewhere. */
-#define to_rtx_code(CODE) ((enum rtx_code) (CODE))
-
/* Register Transfer Language EXPRESSIONS CODE CLASSES */
enum rtx_class {