aboutsummaryrefslogtreecommitdiff
path: root/gcc/machmode.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/machmode.h')
-rw-r--r--gcc/machmode.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/machmode.h b/gcc/machmode.h
index f8ff132..10016f8 100644
--- a/gcc/machmode.h
+++ b/gcc/machmode.h
@@ -25,10 +25,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
/* Make an enum class that gives all the machine modes. */
#include "insn-modes.h"
-/* Given MODE as integer value, get the corresponding enum machine_mode
- enumeration value. */
-#define to_machine_mode(MODE) ((enum machine_mode) (MODE))
-
/* Get the name of mode MODE as a string. */
extern const char * const mode_name[NUM_MACHINE_MODES];