[flang] Remove debug option

Remove debug option added by mistake in D138587
This commit is contained in:
Valentin Clement 2022-11-25 09:30:08 +01:00
parent 721f975d35
commit fa3587d63e
No known key found for this signature in database
GPG Key ID: 086D54783C928776
1 changed files with 0 additions and 1 deletions

View File

@ -951,7 +951,6 @@ void CompilerInvocation::setLoweringOptions() {
// Lower TRANSPOSE as a runtime call under -O0.
loweringOpts.setOptimizeTranspose(codegenOpts.OptimizationLevel > 0);
loweringOpts.setPolymorphicTypeImpl(true);
const LangOptions &langOptions = getLangOpts();
Fortran::common::MathOptionsBase &mathOpts = loweringOpts.getMathOptions();