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 9523916 commit d863671Copy full SHA for d863671
clang/test/CIR/CodeGen/complex-unary.cpp
@@ -506,7 +506,7 @@ void foo10() {
506
// OGCG: store half %[[RESULT_REAL]], ptr %[[B_REAL_PTR]], align 2
507
// OGCG: store half %[[RESULT_IMAG]], ptr %[[B_IMAG_PTR]], align 2
508
509
-void foo11() {
+void complex_unary_inc_lvalue() {
510
float _Complex a;
511
++a;
512
}
@@ -545,7 +545,7 @@ void foo11() {
545
// OGCG: store float %[[RESULT_REAL]], ptr %[[A_REAL_PTR]], align 4
546
// OGCG: store float %[[A_IMAG]], ptr %[[A_IMAG_PTR]], align 4
547
548
-void foo12() {
+void complex_unary_dec_lvalue() {
549
550
--a;
551
0 commit comments