Skip to content

Commit 1a0bac6

Browse files
committed
[acc] clang-format
1 parent 38e6b58 commit 1a0bac6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mlir/include/mlir/Dialect/OpenACC/OpenACC.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ mlir::SmallVector<mlir::Value> getBounds(mlir::Operation *accDataClauseOp);
119119

120120
/// Used to obtain `async` operands from an acc operation.
121121
/// Returns an empty vector if there are no such operands.
122-
mlir::SmallVector<mlir::Value>
123-
getAsyncOperands(mlir::Operation *accOp);
122+
mlir::SmallVector<mlir::Value> getAsyncOperands(mlir::Operation *accOp);
124123

125124
/// Returns an array of acc:DeviceTypeAttr attributes attached to
126125
/// an acc operation, that correspond to the device types associated with the

0 commit comments

Comments
 (0)