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

The insertion point for the loads is right before the llvm.eh.exception

call. The call may be in the same BB as the landingpad instruction. If that's
the case, then inserting the loads after the landingpad inst, but before the
extractvalues, causes undefined behavior.

llvm-svn: 139088
parent b914e3bc
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