sabre brings to my attention that the 'tr' suffix is also obsolete
[oota-llvm.git] / test / Transforms / SRETPromotion / 2008-03-11-attributes.ll
1 ; RUN: llvm-as < %s | opt -sretpromotion -disable-output
2         %struct.ObjPoint = type { double, double, double, double, double, double }
3
4 define void @RotatePoint(%struct.ObjPoint* sret  %agg.result, %struct.ObjPoint* byval  %a, double %rx, double %ry, double %rz) nounwind  {
5 entry:
6         unreachable
7 }