Skip to content
Commit 73e6333c authored by Bill Wendling's avatar Bill Wendling
Browse files

No need to get fancy inserting a PHI node when the values are stored in stack

slots. This fixes a bug where the number of nodes coming into the PHI node may
not equal the number of predecessors. E.g., two or more landingpad instructions
may require a PHI before reaching the eh.exception and eh.selector instructions.

llvm-svn: 139035
parent 1bd08dd8
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