llvm-project/llvm/test/Transforms/SRETPromotion/2008-03-11-attributes.ll

8 lines
285 B
LLVM

; 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
}