diff options
author | David Majnemer <david.majnemer@gmail.com> | 2013-06-29 09:45:35 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2013-06-29 09:45:35 +0000 |
commit | df703257c1dafed4cdb803996a5c277d95780799 (patch) | |
tree | b6dfa7b2d9d1989ae7a50f3fc2f733f83b35bdac /lib/Transforms/InstCombine/InstCombineCompares.cpp | |
parent | f723e5d1c290a00378d3fc10c7ef502692e0710e (diff) | |
download | external_llvm-df703257c1dafed4cdb803996a5c277d95780799.zip external_llvm-df703257c1dafed4cdb803996a5c277d95780799.tar.gz external_llvm-df703257c1dafed4cdb803996a5c277d95780799.tar.bz2 |
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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/InstCombine/InstCombineCompares.cpp b/lib/Transforms/InstCombine/InstCombineCompares.cpp index 2a87f8a..ff207fb 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; |