Make Pmode be defined in terms of word_mode again now that emit-rtl.c
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Sep 1999 15:39:31 +0000 (15:39 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Sep 1999 15:39:31 +0000 (15:39 +0000)
has been fixed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29654 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/pa/pa.h

index 34d3614..2e280f5 100644 (file)
@@ -1727,7 +1727,7 @@ while (0)
 /* Specify the machine mode that pointers have.
    After generation of rtl, the compiler makes no further distinction
    between pointers and any other objects of this machine mode.  */
-#define Pmode SImode
+#define Pmode word_mode
 
 /* Add any extra modes needed to represent the condition code.