forked from OSchip/llvm-project
Add back missing return to non-void function
It was incorrectly removed accidentally in e4e463e747
.
This commit is contained in:
parent
a5a24c9370
commit
78389de4d3
|
@ -1665,6 +1665,7 @@ public:
|
|||
rewriter.create<linalg::YieldOp>(loc, result);
|
||||
return success();
|
||||
}
|
||||
return failure();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue