mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
fa37c7d815
llvm-svn: 128586
11 lines
145 B
LLVM
11 lines
145 B
LLVM
; RUN: llc < %s -march=x86
|
|
|
|
; rdar://7983260
|
|
|
|
%struct.T0 = type {}
|
|
|
|
define void @fn4(%struct.T0* byval %arg0) nounwind ssp {
|
|
entry:
|
|
ret void
|
|
}
|