more space; NFC

llvm-svn: 248609
This commit is contained in:
Sanjay Patel 2015-09-25 20:12:43 +00:00
parent d706fa8a0c
commit a67559c106
1 changed files with 1 additions and 0 deletions

View File

@ -1540,6 +1540,7 @@ void computeKnownBits(Value *V, APInt &KnownZero, APInt &KnownOne,
if (Operator *I = dyn_cast<Operator>(V))
computeKnownBitsFromOperator(I, KnownZero, KnownOne, DL, Depth, Q);
// computeKnownBitsFromAssume and computeKnownBitsFromDominatingCondition
// strictly refines KnownZero and KnownOne. Therefore, we run them after
// computeKnownBitsFromOperator.