Skip to content

Commit a6c2f9a

Browse files
committed
Remove commented lines
1 parent cb53056 commit a6c2f9a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/include/llvm/Analysis/ValueTracking.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ KnownBits computeKnownBits(const Value *V, const APInt &DemandedElts,
9191
const DominatorTree *DT = nullptr,
9292
bool UseInstrInfo = true);
9393

94-
// KnownBits computeKnownBits(const Value *V, const APInt &DemandedElts,
95-
// unsigned Depth, const SimplifyQuery &Q);
96-
97-
// KnownBits computeKnownBits(const Value *V, unsigned Depth,
98-
// const SimplifyQuery &Q);
99-
10094
/// Compute known bits from the range metadata.
10195
/// \p KnownZero the set of bits that are known to be zero
10296
/// \p KnownOne the set of bits that are known to be one

0 commit comments

Comments
 (0)