summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/fastcc-sret.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/fastcc-sret.ll')
-rw-r--r--test/CodeGen/X86/fastcc-sret.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fastcc-sret.ll b/test/CodeGen/X86/fastcc-sret.ll
index 7fc111b..d457418 100644
--- a/test/CodeGen/X86/fastcc-sret.ll
+++ b/test/CodeGen/X86/fastcc-sret.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -tailcallopt=false | grep ret | not grep 4
+; RUN: llc < %s -march=x86 -tailcallopt=false | grep ret | not grep 4
%struct.foo = type { [4 x i32] }
OpenPOWER on IntegriCloud