From 9aa1cc0bff1cd4254fbf78bb8f660fc4f1110a58 Mon Sep 17 00:00:00 2001 From: curran Date: Tue, 20 May 2025 03:42:02 +0000 Subject: [PATCH] update source/opt/redundancy_elimination.h. Signed-off-by: curran --- source/opt/redundancy_elimination.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/opt/redundancy_elimination.h b/source/opt/redundancy_elimination.h index 40451f40..8c6e16a8 100644 --- a/source/opt/redundancy_elimination.h +++ b/source/opt/redundancy_elimination.h @@ -46,8 +46,7 @@ class RedundancyEliminationPass : public LocalRedundancyEliminationPass { // // Returns true if at least one instruction is deleted. bool EliminateRedundanciesFrom(DominatorTreeNode* bb, - const ValueNumberTable& vnTable, - std::map value_to_ids); + const ValueNumberTable& vnTable); }; } // namespace opt