mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-15 09:51:00 +00:00
An imminent fix to the x86_64 byval logic will expose a flaw in the
x86_64 sibcall logic. I've filed PR9943 for the sibcall problem, and this patch alters the testcase to work around the flaw. When PR9943 is fixed, this patch should be reverted. llvm-svn: 131557
This commit is contained in:
parent
b2d7afdada
commit
c77046f8d7
@ -198,7 +198,7 @@ declare i32 @foo6(i32, i32, %struct.t* byval align 4)
|
||||
|
||||
; rdar://r7717598
|
||||
%struct.ns = type { i32, i32 }
|
||||
%struct.cp = type { float, float }
|
||||
%struct.cp = type { float, float, float, float, float }
|
||||
|
||||
define %struct.ns* @t13(%struct.cp* %yy) nounwind ssp {
|
||||
; 32: t13:
|
||||
|
Loading…
x
Reference in New Issue
Block a user