diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-28 21:44:22 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-28 21:44:22 +0000 |
commit | c1a41c2fa888ec07eafee1d585e09e5a3ce80c74 (patch) | |
tree | 28e9a06523d6d046c6b0c37421f4bee8c29cf834 /gcc/genattr.c | |
parent | 646e3290103bd932139f0aa5758258ea364b88a8 (diff) | |
download | gcc-c1a41c2fa888ec07eafee1d585e09e5a3ce80c74.tar.gz |
genattr.c (main): Don't define TRADITIONAL_PIPELINE_INTERFACE or DFA_PIPELINE_INTERFACE.
* genattr.c (main): Don't define
TRADITIONAL_PIPELINE_INTERFACE or DFA_PIPELINE_INTERFACE.
* system.h (TRADITIONAL_PIPELINE_INTERFACE): Poison.
(DFA_PIPELINE_INTERFACE): Likewise.
* doc/tm.texi (TRADITIONAL_PIPELINE_INTERFACE): Remove.
(DFA_PIPELINE_INTERFACE): Likewise.
From-SVN: r78628
Diffstat (limited to 'gcc/genattr.c')
-rw-r--r-- | gcc/genattr.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/genattr.c b/gcc/genattr.c index 49f368e53fc..5ec5c81856d 100644 --- a/gcc/genattr.c +++ b/gcc/genattr.c @@ -300,12 +300,6 @@ main (int argc, char **argv) if (num_units > 0 || num_insn_reservations > 0) { - if (num_units > 0) - printf ("#define TRADITIONAL_PIPELINE_INTERFACE 1\n"); - - if (num_insn_reservations > 0) - printf ("#define DFA_PIPELINE_INTERFACE 1\n"); - /* Compute the range of blockage cost values. See genattrtab.c for the derivation. BLOCKAGE (E,C) when SIMULTANEITY is zero is |