forked from OSchip/llvm-project
Remove unused variable. NFC.
This commit is contained in:
parent
7a5a1e9460
commit
f9223d47e4
|
@ -136,7 +136,6 @@ static LogicalResult checkLoopNestMappable(OpTy forOp, unsigned numBlockDims,
|
||||||
return success();
|
return success();
|
||||||
}
|
}
|
||||||
|
|
||||||
OpBuilder builder(forOp.getOperation());
|
|
||||||
if (numBlockDims > 3) {
|
if (numBlockDims > 3) {
|
||||||
return forOp.emitError("cannot map to more than 3 block dimensions");
|
return forOp.emitError("cannot map to more than 3 block dimensions");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue