forked from OSchip/llvm-project
parent
eba0be7dc9
commit
7dd3afdff3
|
@ -386,8 +386,8 @@ bool DwarfEHPrepare::HandleURoRInvokes() {
|
||||||
|
|
||||||
// Use the exception object pointer and the personality function
|
// Use the exception object pointer and the personality function
|
||||||
// from the original selector.
|
// from the original selector.
|
||||||
Args.push_back(II->getOperand(1)); // Exception object pointer.
|
Args.push_back(II->getArgOperand(0)); // Exception object pointer.
|
||||||
Args.push_back(II->getOperand(2)); // Personality function.
|
Args.push_back(II->getArgOperand(1)); // Personality function.
|
||||||
|
|
||||||
unsigned I = 3;
|
unsigned I = 3;
|
||||||
unsigned E = II->getNumOperands() -
|
unsigned E = II->getNumOperands() -
|
||||||
|
|
Loading…
Reference in New Issue