Skip to content
Commit b7151c7c authored by Ted Kremenek's avatar Ted Kremenek
Browse files

LiveVariables analysis now uses intersect for the merge of block-level...

LiveVariables analysis now uses intersect for the merge of block-level expression liveness information.
The rationale is that a block-level expression cannot be live in a parent block unless it is live in all of the successor blocks.

llvm-svn: 48618
parent 5ca2ea64
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