blob: 38a9b3d4f5cc1ac97a04e4136c22f5e7b4362263 [file] [log] [blame]
Evan Chengee2e0e32011-03-30 23:44:13 +00001; 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}