1
0
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:
Li Huang 2016-10-15 19:00:04 +00:00
parent 462dbdc955
commit 92d10bb262

View File

@ -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,