forked from OSchip/llvm-project
Fix a comment at call-site to match the declared parameter (NFC)
(clang-tidy warning)
This commit is contained in:
parent
d022f39d9f
commit
dda810c332
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue