diff options
Diffstat (limited to 'gcc/machmode.def')
-rw-r--r-- | gcc/machmode.def | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gcc/machmode.def b/gcc/machmode.def index 16abebb8f31..eedff972d99 100644 --- a/gcc/machmode.def +++ b/gcc/machmode.def @@ -165,14 +165,7 @@ EXTRA_CC_MODES #undef CC /* The symbol Pmode stands for one of the above machine modes (usually SImode). - The tm file specifies which one. It is not a distinct mode. Nevertheless, - while processing the md file, we wish to treat as a distinct mode so that - it is preserved intact through to the insn-foo.c files. This eliminates a - lot of redundancy in ports that support both 32-bit and 64-bit targets. */ -#ifdef GENERATOR_FILE -#undef Pmode -DEF_MACHMODE (Pmode, "P", MODE_RANDOM, 0, 0, 0, VOIDmode, VOIDmode) -#endif + The tm file specifies which one. It is not a distinct mode. */ /* Local variables: |