We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145549f commit 6280bb4Copy full SHA for 6280bb4
clang/lib/CodeGen/CodeGenFunction.h
@@ -510,9 +510,6 @@ class CodeGenFunction : public CodeGenTypeCache {
510
if (CGM.getCodeGenOpts().getFiniteLoops() ==
511
CodeGenOptions::FiniteLoopsKind::Never)
512
return false;
513
- if (CGM.getCodeGenOpts().getFiniteLoops() ==
514
- CodeGenOptions::FiniteLoopsKind::Never)
515
- return false;
516
517
return getLangOpts().CPlusPlus11 || getLangOpts().CPlusPlus14 ||
518
getLangOpts().CPlusPlus17 || getLangOpts().CPlusPlus20;
0 commit comments