nit
This commit is contained in:
parent
641df18b4c
commit
d1600dd465
@ -464,9 +464,8 @@ bool mlir::affine::isValidSymbol(Value value, Region *region) {
|
||||
return true;
|
||||
|
||||
auto *defOp = value.getDefiningOp();
|
||||
if (!defOp) {
|
||||
if (!defOp)
|
||||
return false;
|
||||
}
|
||||
|
||||
// Constant operation is ok.
|
||||
Attribute operandCst;
|
||||
|
Loading…
x
Reference in New Issue
Block a user