[all-commits] [llvm/llvm-project] 01b52f: [flang] Fix argument keyword names in some specifi...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Feb 1 16:55:38 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01b52f77c95c5702d59bc92c684c8183482de094
https://github.com/llvm/llvm-project/commit/01b52f77c95c5702d59bc92c684c8183482de094
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M flang/lib/Evaluate/intrinsics.cpp
Log Message:
-----------
[flang] Fix argument keyword names in some specific intrinsics
Some entries in the specific intrinsic function table have the
wrong argument keyword names -- they should agree with the names
of the arguments on their corresponding generic intrinsic function.
Clean them up.
Differential Revision: https://reviews.llvm.org/D118721
More information about the All-commits
mailing list