File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
test/DebugInfo/KeyInstructions Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1550,6 +1550,7 @@ EmitComplexCompoundAssignmentLValue(const CompoundAssignOperator *E) {
1550
1550
LValue CodeGenFunction::
1551
1551
EmitScalarCompoundAssignWithComplex (const CompoundAssignOperator *E,
1552
1552
llvm::Value *&Result) {
1553
+ ApplyAtomGroup Grp (getDebugInfo ());
1553
1554
CompoundFunc Op = getComplexOp (E->getOpcode ());
1554
1555
RValue Val;
1555
1556
LValue Ret = ComplexExprEmitter (*this ).EmitCompoundAssignLValue (E, Op, Val);
Original file line number Diff line number Diff line change 1
1
// RUN: %clang_cc1 -gkey-instructions -x c++ %s -debug-info-kind=line-tables-only -emit-llvm -o - \
2
2
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
3
3
4
- // UN : %clang_cc1 -gkey-instructions -x c %s -debug-info-kind=line-tables-only -emit-llvm -o - \
5
- // UN : | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank --check-prefixes=CHECK,CHECK-C
4
+ // RUN : %clang_cc1 -gkey-instructions -x c %s -debug-info-kind=line-tables-only -emit-llvm -o - \
5
+ // RUN : | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank --check-prefixes=CHECK,CHECK-C
6
6
7
7
_Complex float ci ;
8
8
float f ;
You can’t perform that action at this time.
0 commit comments