]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/s390/s390.h
decl.c, [...]: Remove redundant enum from machine_mode.
[thirdparty/gcc.git] / gcc / config / s390 / s390.h
index c5edace139bd1c0bfe629e94faf8023d9877816e..0a935eec7816420fc2425253051d714181e92f1b 100644 (file)
@@ -891,7 +891,7 @@ do {                                                                        \
 /* Specify the machine mode that pointers have.
    After generation of rtl, the compiler makes no further distinction
    between pointers and any other objects of this machine mode.  */
-#define Pmode ((enum machine_mode) (TARGET_64BIT ? DImode : SImode))
+#define Pmode ((machine_mode) (TARGET_64BIT ? DImode : SImode))
 
 /* This is -1 for "pointer mode" extend.  See ptr_extend in s390.md.  */
 #define POINTERS_EXTEND_UNSIGNED -1