[RISCV] Change func to funct in RISCVInstrInfoXqci.td. NFC (#119669)
[llvm-project.git] / llvm / test / Transforms / InstCombine / 2007-05-18-CastFoldBug.ll
blob868463ed141c71e3d221307f951518323217d995
1 ; RUN: opt < %s -passes=instcombine -S | grep "call.*sret"
2 ; Make sure instcombine doesn't drop the sret attribute.
4 define void @blah(ptr %tmp10) {
5 entry:
6         call void @objc_msgSend_stret(ptr sret(i16) %tmp10)
7         ret void
10 declare ptr @objc_msgSend_stret(ptr, ptr, ...)