1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

fix build

llvm-svn: 20053
This commit is contained in:
Andrew Lenharth 2005-02-05 19:46:51 +00:00
parent 6bd554a11e
commit 9a2bc47fba

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
{