[flang-commits] [PATCH] D107916: [flang] Fix two typos in API names
Peter Klausler via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Aug 11 13:13:49 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG101b3fed5eba: [flang] Fix two typos in API names (authored by klausler).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107916/new/
https://reviews.llvm.org/D107916
Files:
flang/runtime/reduction.h
Index: flang/runtime/reduction.h
===================================================================
--- flang/runtime/reduction.h
+++ flang/runtime/reduction.h
@@ -244,10 +244,10 @@
int line, int dim = 0, const Descriptor *mask = nullptr);
std::int32_t RTNAME(MinvalInteger4)(const Descriptor &, const char *source,
int line, int dim = 0, const Descriptor *mask = nullptr);
-std::int64_t RTNAME(MivalInteger8)(const Descriptor &, const char *source,
+std::int64_t RTNAME(MinvalInteger8)(const Descriptor &, const char *source,
int line, int dim = 0, const Descriptor *mask = nullptr);
#ifdef __SIZEOF_INT128__
-common::int128_t RTNAME(MivalInteger16)(const Descriptor &, const char *source,
+common::int128_t RTNAME(MinvalInteger16)(const Descriptor &, const char *source,
int line, int dim = 0, const Descriptor *mask = nullptr);
#endif
float RTNAME(MinvalReal2)(const Descriptor &, const char *source, int line,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107916.365834.patch
Type: text/x-patch
Size: 939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20210811/01cb569a/attachment.bin>
More information about the flang-commits
mailing list