diff options
Diffstat (limited to 'test/Transforms/SRETPromotion/2008-03-11-attributes.ll')
-rw-r--r-- | test/Transforms/SRETPromotion/2008-03-11-attributes.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SRETPromotion/2008-03-11-attributes.ll b/test/Transforms/SRETPromotion/2008-03-11-attributes.ll index a9cf372a46..55abec55ed 100644 --- a/test/Transforms/SRETPromotion/2008-03-11-attributes.ll +++ b/test/Transforms/SRETPromotion/2008-03-11-attributes.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -sretpromotion -disable-output +; 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 { |