Skip to content

Commit 254e88b

Browse files
committed
cc1 + nits
1 parent 5c7ac16 commit 254e88b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

clang/lib/CodeGen/CGStmt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1541,7 +1541,7 @@ CodeGenFunction::EmitCXXForRangeStmt(const CXXForRangeStmt &S,
15411541
ConvergenceTokenStack.pop_back();
15421542

15431543
// We want the for closing brace to be step-able on to match existing
1544-
// behaviour.
1544+
// behaviour.
15451545
addInstToNewSourceAtom(ForBody->getTerminator(), nullptr);
15461546
}
15471547

clang/test/DebugInfo/KeyInstructions/for-range.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
2-
// RUN: %clang -gkey-instructions %s -gmlt -S -emit-llvm -o - \
1+
// RUN: %clang_cc1 -gkey-instructions %s -debug-info-kind=line-tables-only -emit-llvm -o - \
32
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
43

54
// Perennial quesiton: should the inc be its own source atom or not

0 commit comments

Comments
 (0)