forked from OSchip/llvm-project
[VE][NFC] Update missing bulk update tests to use typed sret
This commit is contained in:
parent
e91b2344ad
commit
a2dc4ac86b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue