diff options
author | Valentin Clement <clementval@gmail.com> | 2022-11-25 09:30:08 +0100 |
---|---|---|
committer | Valentin Clement <clementval@gmail.com> | 2022-11-25 09:30:17 +0100 |
commit | fa3587d63eed78dd90663b7fe81cf9f77d403ff1 (patch) | |
tree | 17b01ed8446c1ef9ff38a59ec66764934e2f8f84 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 721f975d3518403502f770ce11f3f02509b30c5b (diff) | |
download | llvm-fa3587d63eed78dd90663b7fe81cf9f77d403ff1.zip llvm-fa3587d63eed78dd90663b7fe81cf9f77d403ff1.tar.gz llvm-fa3587d63eed78dd90663b7fe81cf9f77d403ff1.tar.bz2 |
[flang] Remove debug option
Remove debug option added by mistake in D138587
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r-- | flang/lib/Frontend/CompilerInvocation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/flang/lib/Frontend/CompilerInvocation.cpp b/flang/lib/Frontend/CompilerInvocation.cpp index f5f7ea4..f0f070e 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(); |