Fix comment typo.
PiperOrigin-RevId: 342289298 Change-Id: Ibbe4b54fccd72e880866a6ef41143e7432a1db06
This commit is contained in:
parent
a54878a4b0
commit
f1dd9a83b8
@ -125,7 +125,7 @@ std::string OpOrArgLocNameMapper::GetName(OpOrVal op_or_val) {
|
||||
result.getResultNumber());
|
||||
return std::string(result.getOwner()->getName().getStringRef());
|
||||
}
|
||||
// Use the ASM syntax for BloackArgument
|
||||
// Use the ASM syntax for BlockArgument
|
||||
if (auto arg = val.dyn_cast<mlir::BlockArgument>()) {
|
||||
return "arg" + std::to_string(arg.getArgNumber());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user