mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-16 20:39:41 +08:00
Make Pmode be defined in terms of word_mode again now that emit-rtl.c
has been fixed. From-SVN: r29654
This commit is contained in:
parent
26db82d823
commit
0a16ce6f50
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user