From 56a4c9e298378223d1e12d8bae299259eb4df898 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 23 Sep 1996 21:23:23 -0400 Subject: [PATCH] (promote_mode, case REFERENCE_TYPE): New case. From-SVN: r12792 --- gcc/explow.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2