Skip to content

Commit 865dd27

Browse files
authored
[MLIR] Remove overly verbose Debug for TypeID checks (NFC) (#150751)
These are spammy and mostly uninteresting during debugging.
1 parent 5983d7d commit 865dd27

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mlir/lib/Support/TypeID.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ namespace {
2727
struct ImplicitTypeIDRegistry {
2828
/// Lookup or insert a TypeID for the given type name.
2929
TypeID lookupOrInsert(StringRef typeName) {
30-
LLVM_DEBUG(llvm::dbgs() << "ImplicitTypeIDRegistry::lookupOrInsert("
31-
<< typeName << ")\n");
32-
3330
// Perform a heuristic check to see if this type is in an anonymous
3431
// namespace. String equality is not valid for anonymous types, so we try to
3532
// abort whenever we see them.

0 commit comments

Comments
 (0)