mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-25 13:27:52 +00:00
8d84372836
of using llvm-as, now that opt supports this. llvm-svn: 81226
8 lines
283 B
LLVM
8 lines
283 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
|
|
}
|