Skip to content

Commit 4d27b82

Browse files
committed
Remove extra space
1 parent a4156a3 commit 4d27b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CIR/CodeGen/complex.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ void foo23(int _Complex a, int _Complex b) {
476476

477477
void foo24() {
478478
int _Complex arr[2];
479-
int _Complex r = arr[1];
479+
int _Complex r = arr[1];
480480
}
481481

482482
// CIR: %[[ARR:.*]] = cir.alloca !cir.array<!cir.complex<!s32i> x 2>, !cir.ptr<!cir.array<!cir.complex<!s32i> x 2>>, ["arr"]

0 commit comments

Comments
 (0)