1
0
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:
Chris Lattner 2006-05-19 22:00:54 +00:00
parent 7a3f5267c0
commit 54a41cdf6f

View File

@ -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