[flang] address code review for part 5

Original-commit: flang-compiler/f18@43aa508460
Reviewed-on: https://github.com/flang-compiler/f18/pull/297
Tree-same-pre-rewrite: false
This commit is contained in:
Eric Schweitz 2019-02-21 13:13:16 -08:00
parent 222e82c0fe
commit 7f1b257252

View file

@ -31,7 +31,7 @@ class Program;
void SetDebugChannel(const std::string &filename);
Program *CreateFortranIR(const parser::Program &program,
semantics::SemanticsContext &semanticsContext, bool debugLinearIR);
semantics::SemanticsContext &semanticsContext, bool debugLinearIR = false);
}
#endif