From dcc09cb4726578bf5bed1a461f5cc60dac001cc2 Mon Sep 17 00:00:00 2001 From: Jeehoon Kang Date: Mon, 15 Jun 2020 07:00:05 +0000 Subject: [PATCH] Hotfix ir equiv --- src/ir/equiv.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ir/equiv.rs b/src/ir/equiv.rs index 7bfbec2..e53ea4d 100644 --- a/src/ir/equiv.rs +++ b/src/ir/equiv.rs @@ -306,6 +306,9 @@ fn is_equiv_block_exit(lhs: &BlockExit, rhs: &BlockExit, map: &HashMap { + is_equiv_operand(value, value_other, map) + } _ => lhs == rhs, } }