summaryrefslogtreecommitdiff
path: root/lib/Transforms/InstCombine/InstCombineCompares.cpp
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2013-06-29 09:45:35 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2013-06-29 09:45:35 +0000
commitdf703257c1dafed4cdb803996a5c277d95780799 (patch)
treeb6dfa7b2d9d1989ae7a50f3fc2f733f83b35bdac /lib/Transforms/InstCombine/InstCombineCompares.cpp
parentf723e5d1c290a00378d3fc10c7ef502692e0710e (diff)
downloadllvm-df703257c1dafed4cdb803996a5c277d95780799.tar.gz
llvm-df703257c1dafed4cdb803996a5c277d95780799.tar.bz2
llvm-df703257c1dafed4cdb803996a5c277d95780799.tar.xz
InstCombine: Small whitespace cleanup in FoldGEPICmp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185258 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/InstCombine/InstCombineCompares.cpp')
-rw-r--r--lib/Transforms/InstCombine/InstCombineCompares.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/InstCombine/InstCombineCompares.cpp b/lib/Transforms/InstCombine/InstCombineCompares.cpp
index 2a87f8ab3b..ff207fb1b6 100644
--- a/lib/Transforms/InstCombine/InstCombineCompares.cpp
+++ b/lib/Transforms/InstCombine/InstCombineCompares.cpp
@@ -679,7 +679,7 @@ Instruction *InstCombiner::FoldGEPICmp(GEPOperator *GEPLHS, Value *RHS,
}
if (AllZeros)
return FoldGEPICmp(GEPRHS, GEPLHS->getOperand(0),
- ICmpInst::getSwappedPredicate(Cond), I);
+ ICmpInst::getSwappedPredicate(Cond), I);
// If the other GEP has all zero indices, recurse.
AllZeros = true;