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

Fix dead branch elim infinite loop. (#2009)

When looking for a break from a selection construct, we do not realize
that a jump to the continue target of a loop containing the selection
is a break.  This causes and infinit loop, or possibly other failures.

Fixes #2004.
parent 07d0f9df
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