Skip to content
Unverified Commit 0e68bb36 authored by Steven Perron's avatar Steven Perron Committed by GitHub
Browse files

Only run merge-returnon reachable functions. (#1983)

We currently run merge-return on all functions, but
dead-branch-elimination only runs on function reachable from an entry
point or exported function.  Since dead-branch-elimination is needed for
merge-return, they have to match.

Fixes #1976.
parent 9aa14a38
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment