File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -891,11 +891,11 @@ genACCUpdateOp(Fortran::lower::AbstractConverter &converter,
891
891
// Prepare the operand segement size attribute and the operands value range.
892
892
SmallVector<mlir::Value, 14 > operands;
893
893
SmallVector<int32_t , 7 > operandSegments;
894
+ addOperand (operands, operandSegments, ifCond);
894
895
addOperand (operands, operandSegments, async);
895
896
addOperand (operands, operandSegments, waitDevnum);
896
897
addOperands (operands, operandSegments, waitOperands);
897
898
addOperands (operands, operandSegments, deviceTypeOperands);
898
- addOperand (operands, operandSegments, ifCond);
899
899
addOperands (operands, operandSegments, hostOperands);
900
900
addOperands (operands, operandSegments, deviceOperands);
901
901
You can’t perform that action at this time.
0 commit comments