Skip to content

Commit f5f6d15

Browse files
authored
remove redundant namespace
1 parent b3b264c commit f5f6d15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Analysis/ValueTracking.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ static void computeKnownBitsMul(const Value *Op0, const Value *Op1, bool NSW,
429429
// or (zext x) * (zext x), then the result cannot set bits above the maximum
430430
// possible square. This allows InstCombine and other passes to fold (x * x) &
431431
// (1 << N) to 0 when N is out of range.
432-
using namespace PatternMatch;
433432
const Value *A = nullptr;
434433
// Only handle the case where both operands are the same extension of the same
435434
// value.

0 commit comments

Comments
 (0)