Skip to content

Commit 4f930b7

Browse files
committed
back out formatting change
1 parent c523af4 commit 4f930b7

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
@@ -769,7 +769,7 @@ static constexpr IntrinsicHandler handlers[]{
769769
{"perror",
770770
&I::genPerror,
771771
{{{"string", asBox}}},
772-
/*isElemental=*/false},
772+
/*isElemental*/ false},
773773
{"popcnt", &I::genPopcnt},
774774
{"poppar", &I::genPoppar},
775775
{"present",

0 commit comments

Comments
 (0)