Commit 0a16ce6f by Jeff Law

Make Pmode be defined in terms of word_mode again now that emit-rtl.c

has been fixed.

From-SVN: r29654
parent 26db82d8
...@@ -1727,7 +1727,7 @@ while (0) ...@@ -1727,7 +1727,7 @@ while (0)
/* Specify the machine mode that pointers have. /* Specify the machine mode that pointers have.
After generation of rtl, the compiler makes no further distinction After generation of rtl, the compiler makes no further distinction
between pointers and any other objects of this machine mode. */ 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. /* Add any extra modes needed to represent the condition code.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment