[VE][NFC] Update missing bulk update tests to use typed sret

This commit is contained in:
Kazushi (Jam) Marukawa 2020-11-21 13:07:29 +09:00
parent e91b2344ad
commit a2dc4ac86b
1 changed files with 1 additions and 1 deletions

View File

@ -43,4 +43,4 @@ define void @caller() {
ret void
}
declare void @callee(%struct.a* sret, i32, i32)
declare void @callee(%struct.a* sret(%struct.a), i32, i32)