diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-21 07:14:18 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-21 07:14:18 +0000 |
commit | e4e139d36bff735587c4b209807470ae7079f472 (patch) | |
tree | dc4ae75d5f956b3b89aa319c1c4162e8c844d5e0 /gcc/machmode.def | |
parent | c352cbc71ff5c15ef6a4c17267216600ca4e1dfe (diff) | |
download | gcc-e4e139d36bff735587c4b209807470ae7079f472.tar.gz |
PR bootstrap/4195
* genrecog.c (maybe_both_true_mode): Remove.
(maybe_both_true_2, write_switch): Revert 2001-07-17 changes.
* machmode.def (Pmode): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51115 138bc75d-0d04-0410-961f-82ee72b054a4
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: |