summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/ConstantFold.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-09-20 06:26:34 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-09-20 06:26:34 +0000
commit0f8348e85b84193065effd55e77748df51a1cb74 (patch)
treec0ab52c5faab9e788e4c5eb94220f40262ccd519 /llvm/lib/VMCore/ConstantFold.cpp
parent28260409f2621c617052e6338983bde4350e5fb3 (diff)
downloadbcm5719-llvm-0f8348e85b84193065effd55e77748df51a1cb74.tar.gz
bcm5719-llvm-0f8348e85b84193065effd55e77748df51a1cb74.zip
Remove tab, again.
llvm-svn: 82379
Diffstat (limited to 'llvm/lib/VMCore/ConstantFold.cpp')
-rw-r--r--llvm/lib/VMCore/ConstantFold.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/ConstantFold.cpp b/llvm/lib/VMCore/ConstantFold.cpp
index 1cf7b290c1e..bfa7832072a 100644
--- a/llvm/lib/VMCore/ConstantFold.cpp
+++ b/llvm/lib/VMCore/ConstantFold.cpp
@@ -712,7 +712,7 @@ Constant *llvm::ConstantFoldBinaryInstruction(LLVMContext &Context,
case Instruction::FCmp:
// icmp pred ^ true -> icmp !pred
assert(CI2->equalsInt(1));
- CmpInst::Predicate pred = (CmpInst::Predicate)CE1->getPredicate();
+ CmpInst::Predicate pred = (CmpInst::Predicate)CE1->getPredicate();
pred = CmpInst::getInversePredicate(pred);
return ConstantExpr::getCompare(pred, CE1->getOperand(0),
CE1->getOperand(1));
OpenPOWER on IntegriCloud