Skip to content

Commit d863671

Browse files
committed
Update test functions names
1 parent 9523916 commit d863671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/CIR/CodeGen/complex-unary.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ void foo10() {
506506
// OGCG: store half %[[RESULT_REAL]], ptr %[[B_REAL_PTR]], align 2
507507
// OGCG: store half %[[RESULT_IMAG]], ptr %[[B_IMAG_PTR]], align 2
508508

509-
void foo11() {
509+
void complex_unary_inc_lvalue() {
510510
float _Complex a;
511511
++a;
512512
}
@@ -545,7 +545,7 @@ void foo11() {
545545
// OGCG: store float %[[RESULT_REAL]], ptr %[[A_REAL_PTR]], align 4
546546
// OGCG: store float %[[A_IMAG]], ptr %[[A_IMAG_PTR]], align 4
547547

548-
void foo12() {
548+
void complex_unary_dec_lvalue() {
549549
float _Complex a;
550550
--a;
551551
}

0 commit comments

Comments
 (0)