mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
revert to functionally equivalent formulation
llvm-svn: 61895
This commit is contained in:
parent
31343a0b10
commit
e3326b1e14
@ -833,7 +833,7 @@ static void WriteInstruction(const Instruction &I, unsigned InstID,
|
|||||||
Vals.push_back(II->getCallingConv());
|
Vals.push_back(II->getCallingConv());
|
||||||
Vals.push_back(VE.getValueID(II->getNormalDest()));
|
Vals.push_back(VE.getValueID(II->getNormalDest()));
|
||||||
Vals.push_back(VE.getValueID(II->getUnwindDest()));
|
Vals.push_back(VE.getValueID(II->getUnwindDest()));
|
||||||
PushValueAndType(II->getCalledFunction(), InstID, Vals, VE);
|
PushValueAndType(I.getOperand(0), InstID, Vals, VE); // callee
|
||||||
|
|
||||||
// Emit value #'s for the fixed parameters.
|
// Emit value #'s for the fixed parameters.
|
||||||
for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
|
for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
|
||||||
|
Loading…
Reference in New Issue
Block a user