diff options
Diffstat (limited to 'llvm/test/Transforms/SRETPromotion/2008-03-11-attributes.ll')
-rw-r--r-- | llvm/test/Transforms/SRETPromotion/2008-03-11-attributes.ll | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/test/Transforms/SRETPromotion/2008-03-11-attributes.ll b/llvm/test/Transforms/SRETPromotion/2008-03-11-attributes.ll deleted file mode 100644 index 55abec55ed0..00000000000 --- a/llvm/test/Transforms/SRETPromotion/2008-03-11-attributes.ll +++ /dev/null @@ -1,7 +0,0 @@ -; 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 -} |