Apply clang-tidy fixes for readability-redundant-control-flow in OpenMPDialect.cpp (NFC)

This commit is contained in:
Mehdi Amini 2022-01-11 00:31:22 +00:00
parent c0e4154711
commit 75b08cce47
1 changed files with 0 additions and 1 deletions

View File

@ -1356,7 +1356,6 @@ static void printAtomicReadOp(OpAsmPrinter &p, AtomicReadOp op) {
if (op.hintAttr())
printSynchronizationHint(p << " ", op, op.hintAttr());
p << ": " << op.x().getType();
return;
}
/// Verifier for AtomicReadOp