summaryrefslogtreecommitdiffstats
path: root/test/Transforms/SRETPromotion/2008-03-11-attributes.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/SRETPromotion/2008-03-11-attributes.ll')
-rw-r--r--test/Transforms/SRETPromotion/2008-03-11-attributes.ll2
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 81a1476..55abec5 100644
--- a/test/Transforms/SRETPromotion/2008-03-11-attributes.ll
+++ b/test/Transforms/SRETPromotion/2008-03-11-attributes.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -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 {
OpenPOWER on IntegriCloud