Skip to content

Commit a8a280e

Browse files
committed
resolve conflict
1 parent 611074a commit a8a280e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

flang/lib/Lower/Bridge.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,16 +1968,10 @@ class FirConverter : public Fortran::lower::AbstractConverter {
19681968
? Fortran::lower::createSomeArrayBox(
19691969
*this, assign.rhs, localSymbols, stmtCtx)
19701970
: genExprAddr(assign.rhs, stmtCtx);
1971-
<<<<<<< Updated upstream
19721971
fir::factory::associateMutableBoxWithRemap(*builder, loc, lhs,
19731972
rhs, lbounds, ubounds);
19741973
},
19751974
},
1976-
=======
1977-
Fortran::lower::associateMutableBoxWithRemap(
1978-
*builder, loc, lhs, rhs, lbounds, ubounds);
1979-
}},
1980-
>>>>>>> Stashed changes
19811975
assign.u);
19821976
}
19831977

0 commit comments

Comments
 (0)