[flang-commits] [flang] fa3587d - [flang] Remove debug option

Valentin Clement via flang-commits flang-commits at lists.llvm.org
Fri Nov 25 00:31:18 PST 2022


Author: Valentin Clement
Date: 2022-11-25T09:30:17+01:00
New Revision: fa3587d63eed78dd90663b7fe81cf9f77d403ff1

URL: https://github.com/llvm/llvm-project/commit/fa3587d63eed78dd90663b7fe81cf9f77d403ff1
DIFF: https://github.com/llvm/llvm-project/commit/fa3587d63eed78dd90663b7fe81cf9f77d403ff1.diff

LOG: [flang] Remove debug option

Remove debug option added by mistake in D138587

Added: 
    

Modified: 
    flang/lib/Frontend/CompilerInvocation.cpp

Removed: 
    


################################################################################
diff  --git a/flang/lib/Frontend/CompilerInvocation.cpp b/flang/lib/Frontend/CompilerInvocation.cpp
index f5f7ea40967af..f0f070eab0135 100644
--- a/flang/lib/Frontend/CompilerInvocation.cpp
+++ b/flang/lib/Frontend/CompilerInvocation.cpp
@@ -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();


        


More information about the flang-commits mailing list