Skip to content

Commit bca08b6

Browse files
Remove old comment
1 parent 8f1264d commit bca08b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/test/CIR/CodeGen/bitfields.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ typedef struct {
6262
int j: 3;
6363
int k: 8;
6464

65-
int l: 14; // need to be a part of the new storage
66-
// because (tail - startOffset) is 65 after 'l' field
65+
int l: 14;
6766
} U;
6867

6968
// CIR-DAG: !rec_U = !cir.record<struct "U" packed {!s8i, !s8i, !s8i, !u8i, !u64i}>

0 commit comments

Comments
 (0)