Skip to content

Commit

Permalink
[VE][NFC] Update missing bulk update tests to use typed sret
Browse files Browse the repository at this point in the history
  • Loading branch information
kaz7 committed Nov 21, 2020
1 parent e91b234 commit a2dc4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/CodeGen/VE/Scalar/callstruct.ll
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit a2dc4ac

Please sign in to comment.