[flang][NFC] move genCallOpAndResult into new ConvertCall.cpp file
Move genCallOpAndResult from ConvertExpr.cpp into a new file so that it can be shared with lowering to FIR and HLFIR during the transition. After the transition, call lowering to HLFIR will be implemented in this new file. Differential Revision: https://reviews.llvm.org/D138643
Loading
Please sign in to comment