mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 12:50:00 +00:00
Revert "Fix testcase for attribute ordering."
This reverts commit 997c6516ca161073a1d516ebca7c0ca7722f64e2. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175248 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
223b3fdc55
commit
03192fe600
@ -123,7 +123,7 @@ entry:
|
||||
%call = call i32 @g(%struct.p* align 8 byval %agg.tmp) nounwind
|
||||
ret i32 %call
|
||||
; CHECK: @test7
|
||||
; CHECK: call i32 @g(%struct.p* byval align 8 %q) nounwind
|
||||
; CHECK: call i32 @g(%struct.p* align 8 byval %q) nounwind
|
||||
}
|
||||
|
||||
declare i32 @g(%struct.p* align 8 byval)
|
||||
|
Loading…
Reference in New Issue
Block a user