Squish warning

llvm-svn: 11375
This commit is contained in:
Chris Lattner 2004-02-13 16:14:50 +00:00
parent 9761271f0f
commit cbf0667743
1 changed files with 2 additions and 2 deletions

View File

@ -2006,7 +2006,7 @@ GetInstructionsByRule(InstructionNode* subtreeRoot,
{
maskUnsignedResult = true;
MachineOpCode forceOp = ((checkCast && BothFloatToDouble(subtreeRoot))
? V9::FSMULD
? (MachineOpCode)V9::FSMULD
: INVALID_MACHINE_OPCODE);
Instruction* mulInstr = subtreeRoot->getInstruction();
CreateMulInstruction(target, mulInstr->getParent()->getParent(),
@ -2024,7 +2024,7 @@ GetInstructionsByRule(InstructionNode* subtreeRoot,
{
maskUnsignedResult = true;
MachineOpCode forceOp = ((checkCast && BothFloatToDouble(subtreeRoot))
? V9::FSMULD
? (MachineOpCode)V9::FSMULD
: INVALID_MACHINE_OPCODE);
Instruction* mulInstr = subtreeRoot->getInstruction();
CreateMulInstruction(target, mulInstr->getParent()->getParent(),