Skip to content

Commit a3158e2

Browse files
committed
remove redundancy
1 parent c47e2a2 commit a3158e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flang/test/Fir/omp-reduction-embox-codegen.fir

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ omp.declare_reduction @test_reduction : !fir.ref<!fir.box<i32>> init {
1111
^bb0(%arg0: !fir.ref<!fir.box<i32>>):
1212
%0 = fir.alloca !fir.box<i32>
1313
%1 = fir.alloca i32
14-
%c0 = arith.constant 0 : i32
15-
fir.store %c0 to %1 : !fir.ref<i32>
1614
%2 = fir.embox %1 : (!fir.ref<i32>) -> !fir.box<i32>
1715

1816
// use the embox for something so it isn't removed

0 commit comments

Comments
 (0)