We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4156a3 commit 4d27b82Copy full SHA for 4d27b82
clang/test/CIR/CodeGen/complex.cpp
@@ -476,7 +476,7 @@ void foo23(int _Complex a, int _Complex b) {
476
477
void foo24() {
478
int _Complex arr[2];
479
- int _Complex r = arr[1];
+ int _Complex r = arr[1];
480
}
481
482
// CIR: %[[ARR:.*]] = cir.alloca !cir.array<!cir.complex<!s32i> x 2>, !cir.ptr<!cir.array<!cir.complex<!s32i> x 2>>, ["arr"]
0 commit comments