[flang] Add missing LABEL in test. NFC

This commit is contained in:
Diana Picus 2021-12-02 04:40:29 +00:00
parent 3fd250d258
commit 919738739a
1 changed files with 1 additions and 0 deletions

View File

@ -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