Fix a comment at call-site to match the declared parameter (NFC)

(clang-tidy warning)
This commit is contained in:
Mehdi Amini 2021-10-09 17:56:23 +00:00
parent d022f39d9f
commit dda810c332
1 changed files with 1 additions and 1 deletions

View File

@ -673,7 +673,7 @@ LogicalResult mlir::normalizeMemRef(memref::AllocOp *allocOp) {
/*symbolOperands=*/symbolOperands,
/*domOpFilter=*/nullptr,
/*postDomOpFilter=*/nullptr,
/*allowDereferencingOps=*/true))) {
/*allowNonDereferencingOps=*/true))) {
// If it failed (due to escapes for example), bail out.
newAlloc.erase();
return failure();