xref: /aosp_15_r20/external/llvm/test/CodeGen/X86/2011-03-30-CreateFixedObjCrash.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s -march=x86
2
3; rdar://7983260
4
5%struct.T0 = type {}
6
7define void @fn4(%struct.T0* byval %arg0) nounwind ssp {
8entry:
9  ret void
10}
11