summaryrefslogtreecommitdiff
path: root/gcc/machmode.def
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-21 07:14:18 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-21 07:14:18 +0000
commite4e139d36bff735587c4b209807470ae7079f472 (patch)
treedc4ae75d5f956b3b89aa319c1c4162e8c844d5e0 /gcc/machmode.def
parentc352cbc71ff5c15ef6a4c17267216600ca4e1dfe (diff)
downloadgcc-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.def9
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: