OSDN Git Service

* rtl.h (to_rtx_code): Remove.
[pf3gnuchains/gcc-fork.git] / gcc / rtl.h
index bbd1c62..69091ab 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  {