From f1ed434da0fe589533a3f666a97e87fca3238654 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 28 Sep 1994 19:32:26 -0400 Subject: (PSImode): Widens to PDImode. From-SVN: r8160 --- gcc/machmode.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/machmode.def b/gcc/machmode.def index 24d0ba5..3fa59aa 100644 --- a/gcc/machmode.def +++ b/gcc/machmode.def @@ -67,7 +67,7 @@ DEF_MACHMODE (HImode, "HI", MODE_INT, 2, 2, SImode) /* Pointers on some machines use this type to distinguish them from ints. Useful if a pointer is 4 bytes but has some bits that are not significant, so it is really not quite as wide as an integer. */ -DEF_MACHMODE (PSImode, "PSI", MODE_PARTIAL_INT, 4, 4, VOIDmode) +DEF_MACHMODE (PSImode, "PSI", MODE_PARTIAL_INT, 4, 4, PDImode) DEF_MACHMODE (SImode, "SI", MODE_INT, 4, 4, DImode) DEF_MACHMODE (PDImode, "PDI", MODE_PARTIAL_INT, 8, 8, VOIDmode) DEF_MACHMODE (DImode, "DI", MODE_INT, 8, 8, TImode) -- cgit v1.1