summaryrefslogtreecommitdiffstats
path: root/test/Transforms/SRETPromotion/2008-03-11-attributes.ll
blob: 81a1476fc9642f26860c831f84b190e263331770 (plain)
1
2
3
4
5
6
7
; RUN: llvm-as < %s | opt -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
}
OpenPOWER on IntegriCloud