summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/empty-struct-return-type.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/empty-struct-return-type.ll')
-rw-r--r--test/CodeGen/X86/empty-struct-return-type.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/empty-struct-return-type.ll b/test/CodeGen/X86/empty-struct-return-type.ll
index 3dd9b114081..34cd5d92505 100644
--- a/test/CodeGen/X86/empty-struct-return-type.ll
+++ b/test/CodeGen/X86/empty-struct-return-type.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep call
+; RUN: llc < %s -march=x86-64 | grep call
; PR4688
; Return types can be empty structs, which can be awkward.