diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-09-28 23:32:26 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-09-28 23:32:26 +0000 |
commit | cfa19c27e65f7a76717b6d1e108ef70cd51d761e (patch) | |
tree | 3c9be13bd03d8435b8b457d4349e879bf74a1bc8 /gcc/machmode.def | |
parent | ba55ccaf4df45e31a384e0166be5997d60610231 (diff) | |
download | gcc-cfa19c27e65f7a76717b6d1e108ef70cd51d761e.tar.gz |
(PSImode): Widens to PDImode.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8160 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/machmode.def')
-rw-r--r-- | gcc/machmode.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/machmode.def b/gcc/machmode.def index 24d0ba5e07c..3fa59aa2006 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) |