Skip to content

Commit b6edd25

Browse files
authored
[flang][intrinsics] NFC: make comment consistent (llvm#133972)
Just makes this named argument comment consistent with all the others in the file.
1 parent 5ffd9bd commit b6edd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Optimizer/Builder/IntrinsicCall.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ static constexpr IntrinsicHandler handlers[]{
756756
{"perror",
757757
&I::genPerror,
758758
{{{"string", asBox}}},
759-
/*isElemental*/ false},
759+
/*isElemental=*/false},
760760
{"popcnt", &I::genPopcnt},
761761
{"poppar", &I::genPoppar},
762762
{"present",

0 commit comments

Comments
 (0)