mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix indentation.
llvm-svn: 81484
This commit is contained in:
parent
aa66e3d968
commit
9040a3526e
@ -1776,7 +1776,7 @@ bool BinaryOperator::isFNeg(const Value *V) {
|
||||
if (const BinaryOperator *Bop = dyn_cast<BinaryOperator>(V))
|
||||
if (Bop->getOpcode() == Instruction::FSub)
|
||||
if (Constant* C = dyn_cast<Constant>(Bop->getOperand(0)))
|
||||
return C->isNegativeZeroValue();
|
||||
return C->isNegativeZeroValue();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user