diff options
| author | Dan Gohman <gohman@apple.com> | 2009-09-11 00:05:10 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-09-11 00:05:10 +0000 |
| commit | 11ff570292bc776efc2ee29e49c0620934275f34 (patch) | |
| tree | 8719e4e1caf5de68de30d2a0f99ecdc74bfb85fc /llvm/lib/VMCore | |
| parent | 21c6216c87c0061ca9f02957f848523097d0dac3 (diff) | |
| download | bcm5719-llvm-11ff570292bc776efc2ee29e49c0620934275f34.tar.gz bcm5719-llvm-11ff570292bc776efc2ee29e49c0620934275f34.zip | |
Fix indentation.
llvm-svn: 81484
Diffstat (limited to 'llvm/lib/VMCore')
| -rw-r--r-- | llvm/lib/VMCore/Instructions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Instructions.cpp b/llvm/lib/VMCore/Instructions.cpp index e52bc1c0518..548737ccad8 100644 --- a/llvm/lib/VMCore/Instructions.cpp +++ b/llvm/lib/VMCore/Instructions.cpp @@ -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; } |

