[flang-commits] [flang] [flang] GETPID runtime and lower intrinsic implementation (PR #70442)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Fri Oct 27 05:03:05 PDT 2023
================
@@ -2929,7 +2930,7 @@ static bool ApplySpecificChecks(SpecificCall &call, FoldingContext &context) {
ok &= CheckForCoindexedObject(context, call.arguments[3], name, "errmsg");
if (call.arguments[0] && call.arguments[1]) {
for (int j{0}; j < 2; ++j) {
- if (const Symbol *last{GetLastSymbol(call.arguments[j])};
+ if (const Symbol * last{GetLastSymbol(call.arguments[j])};
----------------
kiranchandramohan wrote:
Nit: Accidental change.
https://github.com/llvm/llvm-project/pull/70442
More information about the flang-commits
mailing list