blob: 55abec55ed0376f8093aac47f2049f046cb7c465 (
plain)
1
2
3
4
5
6
7
|
; RUN: opt < %s -sretpromotion -disable-output
%struct.ObjPoint = type { double, double, double, double, double, double }
define void @RotatePoint(%struct.ObjPoint* sret %agg.result, %struct.ObjPoint* byval %a, double %rx, double %ry, double %rz) nounwind {
entry:
unreachable
}
|