summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/local-liveness.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/local-liveness.ll')
-rw-r--r--test/CodeGen/X86/local-liveness.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/local-liveness.ll b/test/CodeGen/X86/local-liveness.ll
index 18d999b7d4..321f208e75 100644
--- a/test/CodeGen/X86/local-liveness.ll
+++ b/test/CodeGen/X86/local-liveness.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -regalloc=local | grep {subl %eax, %edx}
+; RUN: llc < %s -march=x86 -regalloc=local | grep {subl %eax, %edx}
; Local regalloc shouldn't assume that both the uses of the
; sub instruction are kills, because one of them is tied