We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34edc40 commit 767ef4cCopy full SHA for 767ef4c
mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
@@ -808,9 +808,8 @@ void spirv::EntryPointOp::print(OpAsmPrinter &printer) {
808
printer << " \"" << stringifyExecutionModel(getExecutionModel()) << "\" ";
809
printer.printSymbolName(getFn());
810
auto interfaceVars = getInterface().getValue();
811
- if (!interfaceVars.empty()) {
+ if (!interfaceVars.empty())
812
printer << ", " << llvm::interleaved(interfaceVars);
813
- }
814
}
815
816
LogicalResult spirv::EntryPointOp::verify() {
0 commit comments