This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix argument keyword names in some specific intrinsics
ClosedPublic

Authored by klausler on Feb 1 2022, 11:59 AM.

Details

Summary

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.

Diff Detail

Event Timeline

klausler created this revision.Feb 1 2022, 11:59 AM
klausler requested review of this revision.Feb 1 2022, 11:59 AM
PeteSteinfeld accepted this revision.Feb 1 2022, 12:36 PM

Thanks for picking through the details on this.

All looks good.

This revision is now accepted and ready to land.Feb 1 2022, 12:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2022, 4:55 PM