diff options
author | Michael Kruse <llvm-project@meinersbur.de> | 2020-09-22 14:17:46 -0500 |
---|---|---|
committer | Michael Kruse <llvm-project@meinersbur.de> | 2020-09-22 14:22:08 -0500 |
commit | 2bc589bbb8d7d00f5939e9cd33cbe57e47d61f7e (patch) | |
tree | f5cc31e870d49be9489cf5dd7b48b3d9d40b53dc /llvm/lib/Transforms | |
parent | ef7d22a98683ce98b6a2c4d0818d2d9978d42861 (diff) | |
download | llvm-2bc589bbb8d7d00f5939e9cd33cbe57e47d61f7e.zip llvm-2bc589bbb8d7d00f5939e9cd33cbe57e47d61f7e.tar.gz llvm-2bc589bbb8d7d00f5939e9cd33cbe57e47d61f7e.tar.bz2 |
[flang][msvc] Add explicit function template argument to applyFunction. NFC.
Msvc has difficulties deducing the template argument here. The error message is:
```
basic-parsers.h(790,12): error C2672: 'applyFunction': no matching overloaded function found
```
Explicitly pass the first template argument to help it.
This patch is part of the series to make flang compilable with MS Visual Studio <http://lists.llvm.org/pipermail/flang-dev/2020-July/000448.html>.
Reviewed By: DavidTruby
Differential Revision: https://reviews.llvm.org/D87961
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions