[flang] Remove obsolete TODO
authorDaniil Dudkin <d.dudkin@partner.samsung.com>
Fri, 26 Aug 2022 10:00:06 +0000 (13:00 +0300)
committerDaniil Dudkin <d.dudkin@partner.samsung.com>
Fri, 26 Aug 2022 10:00:39 +0000 (13:00 +0300)
commitdc477a8161984dc5b8e245800e1166eb81394df6
treee5f2fb6cec1a5bfa01fccfe2a438a38ea09568f6
parent555e09c2b0281c92de06235c06de25f1c36a8f29
[flang] Remove obsolete TODO

As the comment tells, the TODO was added because
there was no conversion for abstract results in function types inside GlobalOps.
Since the conversion was added, this TODO is obsolete, so it is removed.

Reviewed By: jeanPerier

Differential Revision: https://reviews.llvm.org/D130369
flang/lib/Lower/ConvertExpr.cpp
flang/test/Fir/non-trivial-procedure-binding-description.f90 [new file with mode: 0644]