diff options
author | Valentin Clement <clementval@gmail.com> | 2022-10-27 22:23:40 +0200 |
---|---|---|
committer | Valentin Clement <clementval@gmail.com> | 2022-10-27 22:23:40 +0200 |
commit | 4515dd3495a9ef215e4036fc3b2fc0451c962f2c (patch) | |
tree | c7f7e509f3accf7819d393cbda211e56bc101d2a /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 63c27c5c753308144259d8f15f94216e582636ab (diff) | |
download | llvm-4515dd3495a9ef215e4036fc3b2fc0451c962f2c.zip llvm-4515dd3495a9ef215e4036fc3b2fc0451c962f2c.tar.gz llvm-4515dd3495a9ef215e4036fc3b2fc0451c962f2c.tar.bz2 |
[flang] Remove debug flag added in D136824
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 e79ca8d..761300b 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); } |