forked from OSchip/llvm-project
[mlir][NFC] Fully qualify a default C++ string in Pattern.cpp
This commit is contained in:
parent
f254a8eff6
commit
8652fc8453
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue