We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6ae03 commit a52655dCopy full SHA for a52655d
flang/lib/Lower/Bridge.cpp
@@ -5883,7 +5883,7 @@ class FirConverter : public Fortran::lower::AbstractConverter {
5883
/// Helper to generate GlobalOps when the builder is not positioned in any
5884
/// region block. This is required because the FirOpBuilder assumes it is
5885
/// always positioned inside a region block when creating globals, the easiest
5886
- /// way to comply is to create a dummy function and to throw it away
+ /// way to comply is to create a dummy function and to throw it away
5887
/// afterwards.
5888
void createGlobalOutsideOfFunctionLowering(
5889
const std::function<void()> &createGlobals) {
0 commit comments