From 7f1b257252064a02b1184eecd436533d643d7ee7 Mon Sep 17 00:00:00 2001 From: Eric Schweitz Date: Thu, 21 Feb 2019 13:13:16 -0800 Subject: [PATCH] [flang] address code review for part 5 Original-commit: flang-compiler/f18@43aa5084608773f5625f163d5d50a8cf5ee4d300 Reviewed-on: https://github.com/flang-compiler/f18/pull/297 Tree-same-pre-rewrite: false --- flang/lib/IntermediateRepresentation/afforestation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flang/lib/IntermediateRepresentation/afforestation.h b/flang/lib/IntermediateRepresentation/afforestation.h index bceec42..cd639b5 100644 --- a/flang/lib/IntermediateRepresentation/afforestation.h +++ b/flang/lib/IntermediateRepresentation/afforestation.h @@ -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 -- 2.7.4