summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2004-04-09-SameValueCoalescing.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2004-04-09-SameValueCoalescing.ll')
-rw-r--r--test/CodeGen/X86/2004-04-09-SameValueCoalescing.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2004-04-09-SameValueCoalescing.ll b/test/CodeGen/X86/2004-04-09-SameValueCoalescing.ll
index 633a6156455..c62fee1bd26 100644
--- a/test/CodeGen/X86/2004-04-09-SameValueCoalescing.ll
+++ b/test/CodeGen/X86/2004-04-09-SameValueCoalescing.ll
@@ -2,7 +2,7 @@
; overlapping live intervals. When two overlapping intervals have the same
; value, they can be joined though.
;
-; RUN: llvm-as < %s | llc -march=x86 -regalloc=linearscan | \
+; RUN: llc < %s -march=x86 -regalloc=linearscan | \
; RUN: not grep {mov %\[A-Z\]\\\{2,3\\\}, %\[A-Z\]\\\{2,3\\\}}
define i64 @test(i64 %x) {