fix build

llvm-svn: 20053
This commit is contained in:
Andrew Lenharth 2005-02-05 19:46:51 +00:00
parent 7be9854594
commit d9bf7b81eb
1 changed files with 0 additions and 1 deletions

View File

@ -385,7 +385,6 @@ unsigned ISel::SelectExprFP(SDOperand N, unsigned Result)
AlphaLowering.restoreGP(BB);
Opc = DestType == MVT::f64 ? Alpha::LDT_SYM : Alpha::LDS_SYM;
BuildMI(BB, Opc, 1, Result).addConstantPoolIndex(CP->getIndex());
}
}
else
{