Skip to content

Commit d4c02a5

Browse files
committed
add test comment
1 parent cc1f8b0 commit d4c02a5

File tree

1 file changed

+3
-0
lines changed
  • clang/test/DebugInfo/KeyInstructions

1 file changed

+3
-0
lines changed

clang/test/DebugInfo/KeyInstructions/cast.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// RUN: %clang_cc1 -triple x86_64-linux-gnu -gkey-instructions -gno-column-info -x c %s -debug-info-kind=line-tables-only -emit-llvm -o - \
55
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
66

7+
// Check that when a cast is a Key Instruction backup we add its operand
8+
// instruction, if there is one, to the source atom too.
9+
710
float g;
811
void a() {
912
// CHECK: %0 = load float, ptr @g{{.*}}, !dbg [[G1R3:!.*]]

0 commit comments

Comments
 (0)