From 919738739a23f3e7a4106c34f0e9aaedd1eb8ecf Mon Sep 17 00:00:00 2001 From: Diana Picus Date: Thu, 2 Dec 2021 04:40:29 +0000 Subject: [PATCH] [flang] Add missing LABEL in test. NFC --- flang/test/Fir/target-rewrite-complex.fir | 1 + 1 file changed, 1 insertion(+) diff --git a/flang/test/Fir/target-rewrite-complex.fir b/flang/test/Fir/target-rewrite-complex.fir index 49c9586108bc..5ae155d17e9f 100644 --- a/flang/test/Fir/target-rewrite-complex.fir +++ b/flang/test/Fir/target-rewrite-complex.fir @@ -106,6 +106,7 @@ func private @paramcomplex4(!fir.complex<4>) -> () // I32-LABEL: func @callcomplex4() // X64-LABEL: func @callcomplex4() // AARCH64-LABEL: func @callcomplex4() +// PPC-LABEL: func @callcomplex4() func @callcomplex4() { // I32: [[RES:%[0-9A-Za-z]+]] = fir.call @returncomplex4() : () -> i64