[mlir][NFC] Fully qualify a default C++ string in Pattern.cpp

This commit is contained in:
Markus Böck 2022-02-03 11:50:26 +01:00
parent f254a8eff6
commit 8652fc8453
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ std::string SymbolInfoMap::SymbolInfo::getVarTypeStr(StringRef name) const {
->attr.getStorageType()
.str();
// TODO(suderman): Use a more exact type when available.
return "Attribute";
return "::mlir::Attribute";
}
case Kind::Operand: {
// Use operand range for captured operands (to support potential variadic