1 ; RUN: opt < %s -sretpromotion -disable-output
2 %struct.ObjPoint = type { double, double, double, double, double, double }
4 define void @RotatePoint(%struct.ObjPoint* sret %agg.result, %struct.ObjPoint* byval %a, double %rx, double %ry, double %rz) nounwind {