[flang] address code review for part 5
authorEric Schweitz <eschweitz@nvidia.com>
Thu, 21 Feb 2019 21:13:16 +0000 (13:13 -0800)
committerEric Schweitz <eschweitz@nvidia.com>
Thu, 21 Feb 2019 21:13:16 +0000 (13:13 -0800)
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

index bceec42..cd639b5 100644 (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