We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5983d7d commit 865dd27Copy full SHA for 865dd27
mlir/lib/Support/TypeID.cpp
@@ -27,9 +27,6 @@ namespace {
27
struct ImplicitTypeIDRegistry {
28
/// Lookup or insert a TypeID for the given type name.
29
TypeID lookupOrInsert(StringRef typeName) {
30
- LLVM_DEBUG(llvm::dbgs() << "ImplicitTypeIDRegistry::lookupOrInsert("
31
- << typeName << ")\n");
32
-
33
// Perform a heuristic check to see if this type is in an anonymous
34
// namespace. String equality is not valid for anonymous types, so we try to
35
// abort whenever we see them.
0 commit comments