Skip to content
Commit 58e58fea authored by Bill Wendling's avatar Bill Wendling
Browse files

The eh.selector intrinsic isn't used anymore. Replace the check here with a

check for the landingpad instruction instead. This check looks at each of the
clauses in the landingpad instruction. If it's a catch clause, it compares the
name directly with the global. If it's a filter clause, it has to look through
each value in the filer to see if any have the prefix.

llvm-svn: 140075
parent eb1bd241
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