Skip to content

Commit db189d5

Browse files
committed
missed {
1 parent 24f2eef commit db189d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2910,6 +2910,8 @@ checkDeclareOperands(Op &op, const mlir::ValueRange &operands,
29102910
assert(dataClauseOptional.has_value() &&
29112911
"declare operands can only be data entry operations which must have "
29122912
"dataClause");
2913+
}
2914+
29132915
return success();
29142916
}
29152917

0 commit comments

Comments
 (0)