Skip to content

Commit 3264bfe

Browse files
Undo empty line removal
1 parent 41bb5b2 commit 3264bfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/test/Fir/alloc.fir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ func.func @allocmem_array_with_holes_dynchar(%arg0: index, %arg1: index) -> !fir
366366
// CHECK: %[[VAL_0:.*]] = alloca { ptr, i64, i32, i8, i8, i8, i8, ptr, [1 x i64] }, i64 1
367367
// CHECK: %[[VAL_3:.*]] = alloca { ptr, i64, i32, i8, i8, i8, i8, [1 x [3 x i64]], ptr, [1 x i64] }, i64 1
368368
// CHECK: %[[VAL_2:.*]] = alloca { ptr, i64, i32, i8, i8, i8, i8, ptr, [1 x i64] }, i64 1
369+
369370
func.func @alloca_unlimited_polymorphic_box() {
370371
%0 = fir.alloca !fir.class<none>
371372
%1 = fir.alloca !fir.class<!fir.array<?xnone>>

0 commit comments

Comments
 (0)