From 1fefb6cf62b7411223a5459af40e6b98e3624535 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Tue, 2 Nov 2021 23:07:15 +0100 Subject: [PATCH] Revert accidental commit. 2021-11-02 Jan Hubicka * ipa-modref.c (modref_eaf_analysis::analyze_ssa_name): Revert accidental commit. --- gcc/ipa-modref.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/ipa-modref.c b/gcc/ipa-modref.c index c9f3dcbe4c97..f9eafc974d53 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) -- 2.47.2