[Flang] NFC: Changes to adhere to coding guidelines
authorKiran Chandramohan <kiran.chandramohan@arm.com>
Mon, 28 Feb 2022 23:39:22 +0000 (23:39 +0000)
committerKiran Chandramohan <kiran.chandramohan@arm.com>
Mon, 28 Feb 2022 23:50:39 +0000 (23:50 +0000)
commit4d5bcff3be68fdded42ede34e1927359296b89d4
tree308e86c11ed2b8a01053da5212202287b076d25f
parentfd2550d80cf52c858bcc3644218aeebc063e784a
[Flang] NFC: Changes to adhere to coding guidelines

This patch includes some changes which brings the code in line with
llvm coding guidelines.
-> Remove curlies for one line if statements.
-> Remove else after return.
-> Removes a few usage of auto.
-> Add Doxygen comments

Addresses post review comments in D120403 by @schweitz.

Reviewed By: schweitz

Differential Revision: https://reviews.llvm.org/D120657
flang/lib/Lower/IntrinsicCall.cpp