revert to functionally equivalent formulation

llvm-svn: 61895
This commit is contained in:
Gabor Greif 2009-01-07 23:07:22 +00:00
parent f929b0aefe
commit 6aa83bd459
1 changed files with 1 additions and 1 deletions

View File

@ -833,7 +833,7 @@ static void WriteInstruction(const Instruction &I, unsigned InstID,
Vals.push_back(II->getCallingConv());
Vals.push_back(VE.getValueID(II->getNormalDest()));
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.
for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)