[flang-commits] [flang] 4515dd3 - [flang] Remove debug flag added in D136824
Valentin Clement via flang-commits
flang-commits at lists.llvm.org
Thu Oct 27 13:23:59 PDT 2022
Author: Valentin Clement
Date: 2022-10-27T22:23:40+02:00
New Revision: 4515dd3495a9ef215e4036fc3b2fc0451c962f2c
URL: https://github.com/llvm/llvm-project/commit/4515dd3495a9ef215e4036fc3b2fc0451c962f2c
DIFF: https://github.com/llvm/llvm-project/commit/4515dd3495a9ef215e4036fc3b2fc0451c962f2c.diff
LOG: [flang] Remove debug flag added in D136824
Added:
Modified:
flang/lib/Frontend/CompilerInvocation.cpp
Removed:
################################################################################
diff --git a/flang/lib/Frontend/CompilerInvocation.cpp b/flang/lib/Frontend/CompilerInvocation.cpp
index e79ca8d9f8f03..761300b807cc3 100644
--- a/flang/lib/Frontend/CompilerInvocation.cpp
+++ b/flang/lib/Frontend/CompilerInvocation.cpp
@@ -869,5 +869,4 @@ void CompilerInvocation::setLoweringOptions() {
// Lower TRANSPOSE as a runtime call under -O0.
loweringOpts.setOptimizeTranspose(codegenOpts.OptimizationLevel > 0);
- loweringOpts.setPolymorphicTypeImpl(true);
}
More information about the flang-commits
mailing list