[all-commits] [llvm/llvm-project] a58f36: [flang] Remove interfaces for Character[Min|Max][V...
Diana via All-commits
all-commits at lists.llvm.org
Wed Apr 28 00:58:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a58f362fb5dd61328fddd70f0e45451a760c3959
https://github.com/llvm/llvm-project/commit/a58f362fb5dd61328fddd70f0e45451a760c3959
Author: Diana Picus <diana.picus at linaro.org>
Date: 2021-04-28 (Wed, 28 Apr 2021)
Changed paths:
M flang/runtime/character.cpp
M flang/runtime/character.h
Log Message:
-----------
[flang] Remove interfaces for Character[Min|Max][Val|Loc]. NFC
MAXVAL, MINVAL, MAXLOC and MINLOC are already implemented in extrema.cpp
as MaxvalCharacter, MinvalDim etc. Therefore, the interfaces in
character.h are redundant and should be removed to avoid confusion.
Differential Revision: https://reviews.llvm.org/D101354
More information about the All-commits
mailing list