From fc60d1e758a818b5314674b0efafc04eec40120d Mon Sep 17 00:00:00 2001 From: David Neto Date: Wed, 30 Aug 2017 14:25:23 -0400 Subject: [PATCH] Update CHANGES for fix to 776 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index e407c33cc..dd3fb7a95 100644 --- a/CHANGES +++ b/CHANGES @@ -51,6 +51,8 @@ v2016.7-dev 2017-01-06 and scope-id. #755: Inliner: Fix inlining of callee with single Return appearing before the end of the function. + #776: Fix dead branch elimination in presence of complex but dead control + flow. #782: Inliner: Fix remapping of non-label forward references in callee v2016.6 2016-12-13