diff options
author | Jan Hubicka <jh@suse.cz> | 2021-11-02 23:07:15 +0100 |
---|---|---|
committer | Jan Hubicka <jh@suse.cz> | 2021-11-02 23:09:27 +0100 |
commit | 1fefb6cf62b7411223a5459af40e6b98e3624535 (patch) | |
tree | 160e0a163fb0398f683bcc0d68eb965bc8cacc19 /gcc | |
parent | 2a83259f837e5cbd39467a3faf954b51d9d13664 (diff) | |
download | gcc-1fefb6cf62b7411223a5459af40e6b98e3624535.zip gcc-1fefb6cf62b7411223a5459af40e6b98e3624535.tar.gz gcc-1fefb6cf62b7411223a5459af40e6b98e3624535.tar.bz2 |
Revert accidental commit.
2021-11-02 Jan Hubicka <hubicka@ucw.cz>
* ipa-modref.c (modref_eaf_analysis::analyze_ssa_name): Revert
accidental commit.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ipa-modref.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ipa-modref.c b/gcc/ipa-modref.c index c9f3dcb..f9eafc9 100644 --- a/gcc/ipa-modref.c +++ b/gcc/ipa-modref.c @@ -1832,7 +1832,6 @@ modref_eaf_analysis::analyze_ssa_name (tree name) ecf_flags); bool ignore_retval = ignore_retval_p (current_function_decl, ecf_flags); - bool deref_retval = false; /* Handle *name = func (...). */ if (gimple_call_lhs (call) |