Skip to content

Commit bd77fcb

Browse files
committed
cc1 + nits
1 parent 240476a commit bd77fcb

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
@@ -1535,7 +1535,7 @@ CodeGenFunction::EmitCXXForRangeStmt(const CXXForRangeStmt &S,
15351535
ConvergenceTokenStack.pop_back();
15361536

15371537
// We want the for closing brace to be step-able on to match existing
1538-
// behaviour.
1538+
// behaviour.
15391539
addInstToNewSourceAtom(ForBody->getTerminator(), nullptr);
15401540
}
15411541

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)