yea, fine Duraid

llvm-svn: 20942
This commit is contained in:
Andrew Lenharth 2005-03-30 18:22:52 +00:00
parent 722d514025
commit e3d9f8c4f9
1 changed files with 1 additions and 1 deletions

View File

@ -1017,7 +1017,7 @@ unsigned ISel::SelectExpr(SDOperand N) {
dyn_cast<ExternalSymbolSDNode>(N.getOperand(1)))
{
AlphaLowering.restoreGP(BB);
BuildMI(BB, Alpha::CALL, 0).addExternalSymbol(ESSDN->getSymbol(), true);
BuildMI(BB, Alpha::CALL, 1).addExternalSymbol(ESSDN->getSymbol(), true);
} else {
//no need to restore GP as we are doing an indirect call
Tmp1 = SelectExpr(N.getOperand(1));