mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
4bf7d5872e
Upgrade of the IR text tests should be the only thing blocking making typed byval mandatory. Partially done through regex and partially manual.
11 lines
162 B
LLVM
11 lines
162 B
LLVM
; RUN: llc < %s -mtriple=i686--
|
|
|
|
; rdar://7983260
|
|
|
|
%struct.T0 = type {}
|
|
|
|
define void @fn4(%struct.T0* byval(%struct.T0) %arg0) nounwind ssp {
|
|
entry:
|
|
ret void
|
|
}
|