Skip to content

Commit e583690

Browse files
committed
xR2: Adding some formatting changes
1 parent 6169ebf commit e583690

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mlir/test/Dialect/OpenMP/ops.mlir

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ func.func @omp_master() -> () {
1818

1919
// CHECK-LABEL: omp_masked
2020
func.func @omp_masked(%filtered_thread_id : i32) -> () {
21-
22-
2321
// CHECK: omp.masked filter(%{{.*}} : i32)
2422
"omp.masked" (%filtered_thread_id) ({
2523
omp.terminator
@@ -31,6 +29,7 @@ func.func @omp_masked(%filtered_thread_id : i32) -> () {
3129
}) : () -> ()
3230
return
3331
}
32+
3433
func.func @omp_taskwait() -> () {
3534
// CHECK: omp.taskwait
3635
omp.taskwait

0 commit comments

Comments
 (0)