summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/longlong-deadload.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/longlong-deadload.ll')
-rw-r--r--test/CodeGen/X86/longlong-deadload.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/longlong-deadload.ll b/test/CodeGen/X86/longlong-deadload.ll
index a8e2c31d948..9a4c8f21237 100644
--- a/test/CodeGen/X86/longlong-deadload.ll
+++ b/test/CodeGen/X86/longlong-deadload.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep '4{(%...)}
+; RUN: llc < %s -march=x86 | not grep '4{(%...)}
; This should not load or store the top part of *P.
define void @test(i64* %P) nounwind {