From: Richard Kenner Date: Tue, 24 Sep 1996 01:23:23 +0000 (-0400) Subject: (promote_mode, case REFERENCE_TYPE): New case. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=56a4c9e298378223d1e12d8bae299259eb4df898;p=gcc.git (promote_mode, case REFERENCE_TYPE): New case. From-SVN: r12792 --- diff --git a/gcc/explow.c b/gcc/explow.c index 08fe69ccdae..a68e2834121 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -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;