summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis
diff options
context:
space:
mode:
authorLi Huang <lihuang916@gmail.com>2016-10-15 19:00:04 +0000
committerLi Huang <lihuang916@gmail.com>2016-10-15 19:00:04 +0000
commit755f75f765ef27dde7002287767a928906a63825 (patch)
tree13ef48a26887c267c74713a265d262ba3e449b70 /llvm/lib/Analysis
parentd654530e556b7e943e7a3db0dfc6283ada56a0dc (diff)
downloadbcm5719-llvm-755f75f765ef27dde7002287767a928906a63825.tar.gz
bcm5719-llvm-755f75f765ef27dde7002287767a928906a63825.zip
Test commit. (NFC)
llvm-svn: 284307
Diffstat (limited to 'llvm/lib/Analysis')
-rw-r--r--llvm/lib/Analysis/ValueTracking.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ValueTracking.cpp b/llvm/lib/Analysis/ValueTracking.cpp
index 69702db9ef5..03759a18f17 100644
--- a/llvm/lib/Analysis/ValueTracking.cpp
+++ b/llvm/lib/Analysis/ValueTracking.cpp
@@ -86,7 +86,7 @@ struct Query {
/// isKnownNonZero, which calls computeKnownBits and ComputeSignBit and
/// isKnownToBeAPowerOfTwo (all of which can call computeKnownBits), and so
/// on.
- std::array<const Value*, MaxDepth> Excluded;
+ std::array<const Value *, MaxDepth> Excluded;
unsigned NumExcluded;
Query(const DataLayout &DL, AssumptionCache *AC, const Instruction *CxtI,
OpenPOWER on IntegriCloud