mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
new testcase for csretcc
llvm-svn: 28413
This commit is contained in:
parent
7a3f5267c0
commit
54a41cdf6f
@ -11,6 +11,11 @@ coldcc void %bar() {
|
||||
ret void
|
||||
}
|
||||
|
||||
csretcc void %structret({sbyte}* %P) {
|
||||
call csretcc void %structret({sbyte}* %P)
|
||||
ret void
|
||||
}
|
||||
|
||||
|
||||
cc0 void %foo2() {
|
||||
ret void
|
||||
|
Loading…
Reference in New Issue
Block a user