Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
ee2e0e347e253d103ebbb0c59fcb48ca2d80b7ef
/
.
/
test
/
CodeGen
/
X86
/
2011-03-30-CreateFixedObjCrash.ll
blob: 38a9b3d4f5cc1ac97a04e4136c22f5e7b4362263 [
file
] [
log
] [
blame
]
Evan Cheng
ee2e0e3
2011-03-30 23:44:13 +0000
[
diff
] [
blame^
]
1
; RUN: llc < %s -march=x86
2
3
; rdar://7983260
4
5
%struct.T0
=
type
{}
6
7
define
void
@fn4
(
%struct.T0
*
byval
%arg0
)
nounwind
ssp
{
8
entry
:
9
ret
void
10
}