Skip to content
Commit 583ec6fa authored by Chris Lattner's avatar Chris Lattner
Browse files

first step to fixing PR8642: don't fold away empty basic blocks

which have trapping constant exprs in them due to PHI nodes.
Eliminating them can cause the constant expr to be evalutated
on new paths if the input edges are critical.

llvm-svn: 122164
parent 2b43f2df
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