The PR #163775 added `FramePointerKind::NonLeafNoReserve`. However it seems it forgot to update some codes in Flang. By this bug, `frame-pointer` attribute in IR was not set even if `-fno-omit-frame-pointer` is specified. Fixes #180118
The PR #163775 added `FramePointerKind::NonLeafNoReserve`. However it seems it forgot to update some codes in Flang. By this bug, `frame-pointer` attribute in IR was not set even if `-fno-omit-frame-pointer` is specified. Fixes #180118