Skip to content

Commit 9e7139b

Browse files
committed
cc1 + nits
1 parent d99a29e commit 9e7139b

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

15081508
// We want the for closing brace to be step-able on to match existing
1509-
// behaviour.
1509+
// behaviour.
15101510
addInstToNewSourceAtom(ForBody->getTerminator(), nullptr);
15111511
}
15121512

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)