mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-10 12:32:21 +00:00
use ArgOperand API (the simple part)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106837 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0635f35114
commit
c13055db26
@ -386,8 +386,8 @@ bool DwarfEHPrepare::HandleURoRInvokes() {
|
||||
|
||||
// Use the exception object pointer and the personality function
|
||||
// from the original selector.
|
||||
Args.push_back(II->getOperand(1)); // Exception object pointer.
|
||||
Args.push_back(II->getOperand(2)); // Personality function.
|
||||
Args.push_back(II->getArgOperand(0)); // Exception object pointer.
|
||||
Args.push_back(II->getArgOperand(1)); // Personality function.
|
||||
|
||||
unsigned I = 3;
|
||||
unsigned E = II->getNumOperands() -
|
||||
|
Loading…
x
Reference in New Issue
Block a user