[X86] Update test/CodeGen/X86/avg.ll with the help of update_llc_test_checks.py....
[oota-llvm.git] / test / CodeGen / X86 / 2011-03-30-CreateFixedObjCrash.ll
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 }