mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
[MLIR] Remove overly verbose Debug for TypeID checks (NFC) (#150751)
These are spammy and mostly uninteresting during debugging.
This commit is contained in:
@@ -27,9 +27,6 @@ namespace {
|
||||
struct ImplicitTypeIDRegistry {
|
||||
/// Lookup or insert a TypeID for the given type name.
|
||||
TypeID lookupOrInsert(StringRef typeName) {
|
||||
LLVM_DEBUG(llvm::dbgs() << "ImplicitTypeIDRegistry::lookupOrInsert("
|
||||
<< typeName << ")\n");
|
||||
|
||||
// Perform a heuristic check to see if this type is in an anonymous
|
||||
// namespace. String equality is not valid for anonymous types, so we try to
|
||||
// abort whenever we see them.
|
||||
|
||||
Reference in New Issue
Block a user