[flang] Add correct number of args for wait
authorValentin Clement <clementval@gmail.com>
Fri, 1 Jul 2022 08:16:09 +0000 (10:16 +0200)
committerValentin Clement <clementval@gmail.com>
Fri, 1 Jul 2022 08:16:36 +0000 (10:16 +0200)
commitdf417c372f315d8798b93ea88cf862fda6295477
tree08875797c8612b0f374551252d02388950f10d9d
parent758de0e931f47f5953738c6c8c102df1ce72778b
[flang] Add correct number of args for wait

Add source coordinates to BeginWait and BeginWaitAll calls

This patch is part of the upstreaming effort from fir-dev branch.

Reviewed By: jeanPerier

Differential Revision: https://reviews.llvm.org/D128970

Co-authored-by: V Donaldson <vdonaldson@nvidia.com>
flang/lib/Lower/IO.cpp
flang/test/Lower/io-statement-1.f90