mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Test commit. (NFC)
llvm-svn: 284307
This commit is contained in:
parent
462dbdc955
commit
92d10bb262
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user