commit | 11ff570292bc776efc2ee29e49c0620934275f34 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Fri Sep 11 00:05:10 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Fri Sep 11 00:05:10 2009 +0000 |
tree | 8719e4e1caf5de68de30d2a0f99ecdc74bfb85fc | |
parent | 21c6216c87c0061ca9f02957f848523097d0dac3 [diff] [blame] |
Fix indentation. llvm-svn: 81484
diff --git a/llvm/lib/VMCore/Instructions.cpp b/llvm/lib/VMCore/Instructions.cpp index e52bc1c..548737c 100644 --- a/llvm/lib/VMCore/Instructions.cpp +++ b/llvm/lib/VMCore/Instructions.cpp
@@ -1776,7 +1776,7 @@ 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; }