]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/rtl.h
rtl.h (to_rtx_code): Remove.
[thirdparty/gcc.git] / gcc / rtl.h
index bbd1c62a421f851d6016e80a82f6a3a614212c73..69091ab36d06cddf8d264d7a645a06e340b30cbd 100644 (file)
--- 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  {