diff options
author | Vladimir N. Makarov <vmakarov@redhat.com> | 2023-02-08 08:25:10 -0500 |
---|---|---|
committer | Vladimir N. Makarov <vmakarov@redhat.com> | 2023-02-08 08:28:32 -0500 |
commit | ad2bd0ad0413c2448fee0d4a062dd52ca8a75e8c (patch) | |
tree | ec82f063017dbca9c43afbdc41ac26977d8a107f /gcc/ira.h | |
parent | a58a4a57f9a4445f93b495f776f45e1118777e88 (diff) | |
download | gcc-ad2bd0ad0413c2448fee0d4a062dd52ca8a75e8c.zip gcc-ad2bd0ad0413c2448fee0d4a062dd52ca8a75e8c.tar.gz gcc-ad2bd0ad0413c2448fee0d4a062dd52ca8a75e8c.tar.bz2 |
Revert "RA: Implement reuse of equivalent memory for caller saves optimization"
This reverts commit f661c0bb6371f355966a67b5ce71398e80792948.
Diffstat (limited to 'gcc/ira.h')
-rw-r--r-- | gcc/ira.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -175,11 +175,8 @@ extern struct target_ira *this_target_ira; /* Major structure describing equivalence info for a pseudo. */ struct ira_reg_equiv_s { - /* True if we can use this as a general equivalence. */ + /* True if we can use this equivalence. */ bool defined_p; - /* True if we can use this equivalence only for caller save/restore - location. */ - bool caller_save_p; /* True if the usage of the equivalence is profitable. */ bool profitable_p; /* Equiv. memory, constant, invariant, and initializing insns of |