mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
Squish warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11375 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a07b72ff3d
commit
b4198a2880
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user