summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2011-03-30-CreateFixedObjCrash.ll
blob: 38a9b3d4f5cc1ac97a04e4136c22f5e7b4362263 (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llc < %s -march=x86

; rdar://7983260

%struct.T0 = type {}

define void @fn4(%struct.T0* byval %arg0) nounwind ssp {
entry:
  ret void
}