[flang-commits] [flang] b6edd25 - [flang][intrinsics] NFC: make comment consistent (#133972)
via flang-commits
flang-commits at lists.llvm.org
Tue Apr 1 14:30:14 PDT 2025
Author: Andre Kuhlenschmidt
Date: 2025-04-01T14:30:10-07:00
New Revision: b6edd25f1787fe7deb4491462227719fb7bda5b1
URL: https://github.com/llvm/llvm-project/commit/b6edd25f1787fe7deb4491462227719fb7bda5b1
DIFF: https://github.com/llvm/llvm-project/commit/b6edd25f1787fe7deb4491462227719fb7bda5b1.diff
LOG: [flang][intrinsics] NFC: make comment consistent (#133972)
Just makes this named argument comment consistent with all the others in
the file.
Added:
Modified:
flang/lib/Optimizer/Builder/IntrinsicCall.cpp
Removed:
################################################################################
diff --git a/flang/lib/Optimizer/Builder/IntrinsicCall.cpp b/flang/lib/Optimizer/Builder/IntrinsicCall.cpp
index 0948396ac3fb8..8bbec6d6a7535 100644
--- a/flang/lib/Optimizer/Builder/IntrinsicCall.cpp
+++ b/flang/lib/Optimizer/Builder/IntrinsicCall.cpp
@@ -756,7 +756,7 @@ static constexpr IntrinsicHandler handlers[]{
{"perror",
&I::genPerror,
{{{"string", asBox}}},
- /*isElemental*/ false},
+ /*isElemental=*/false},
{"popcnt", &I::genPopcnt},
{"poppar", &I::genPoppar},
{"present",
More information about the flang-commits
mailing list