Skip to content

Commit da0e5e4

Browse files
author
Sunil Kuravinakop
committed
Removing extra empty lines.
1 parent 1291991 commit da0e5e4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

clang/lib/Sema/SemaOpenMP.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2489,7 +2489,6 @@ VarDecl *SemaOpenMP::isOpenMPCapturedDecl(ValueDecl *D, bool CheckScopeInfo,
24892489
return VD ? VD : Info.second;
24902490
DSAStackTy::DSAVarData DVarTop =
24912491
DSAStack->getTopDSA(D, DSAStack->isClauseParsingMode());
2492-
24932492
if (DVarTop.CKind != OMPC_unknown && isOpenMPPrivate(DVarTop.CKind) &&
24942493
(!VD || VD->hasLocalStorage() ||
24952494
!(DVarTop.AppliedToPointee && DVarTop.CKind != OMPC_reduction)))

clang/test/OpenMP/for_reduction_codegen.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,6 @@ int main() {
536536

537537

538538
#endif
539-
540539
//.
541540
// CHECK1: @.gomp_critical_user_.reduction.var = common global [8 x i32] zeroinitializer, align 8
542541
// CHECK1: @.gomp_critical_user_.atomic_reduction.var = common global [8 x i32] zeroinitializer, align 8

0 commit comments

Comments
 (0)