(promote_mode, case REFERENCE_TYPE): New case.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 24 Sep 1996 01:23:23 +0000 (21:23 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 24 Sep 1996 01:23:23 +0000 (21:23 -0400)
From-SVN: r12792

gcc/explow.c

index 08fe69ccdae966d38f61b062aaee062549bac37b..a68e2834121b72b040481982702bd60c094e6225 100644 (file)
@@ -732,6 +732,7 @@ promote_mode (type, mode, punsignedp, for_call)
 #endif
 
 #ifdef POINTERS_EXTEND_UNSIGNED
+    case REFERENCE_TYPE:
     case POINTER_TYPE:
       mode = Pmode;
       unsignedp = POINTERS_EXTEND_UNSIGNED;