Skip to content
Commit 61158240 authored by Nick Lewycky's avatar Nick Lewycky
Browse files

Bail on unswitching a switch statement for a case with a critical edge. We name

which edge to split by pred/succ pair, which means that we can end up splitting
the wrong edge (by case value) in the switch statement entirely. Fixes PR10031!

llvm-svn: 132535
parent ac687265
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment